2024-01-22: 2712: Fixes for small boot.img files + SD CD indicator (latest)

* Fix issue boot.img end sector check - STABLE
  See:  https://github.com/raspberrypi/rpi-eeprom/issues/521
* Fix handling of files that use the last cluster in the partition
  See: https://github.com/raspberrypi/rpi-eeprom/issues/521
* Fix SD card detection
  See: https://github.com/raspberrypi/rpi-eeprom/issues/523
This commit is contained in:
Tim Gover
2024-01-22 15:47:18 +00:00
parent eca47c5f4c
commit 68fca2166b
3 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,13 @@
# Raspberry Pi5 bootloader EEPROM release notes # Raspberry Pi5 bootloader EEPROM release notes
2024-01-22: Add support for network-install (latest)
* Fix issue boot.img end sector check - STABLE
See: https://github.com/raspberrypi/rpi-eeprom/issues/521
* Fix handling of files that use the last cluster in the partition
See: https://github.com/raspberrypi/rpi-eeprom/issues/521
* Fix SD card detection
See: https://github.com/raspberrypi/rpi-eeprom/issues/523
2024-01-15: Add support for network-install (latest) 2024-01-15: Add support for network-install (latest)
* Add support for Network Install * Add support for Network Install
* Preliminary D0 firmware support * Preliminary D0 firmware support