diff --git a/firmware-2712/default/pieeprom-2023-09-21.bin b/firmware-2712/default/pieeprom-2023-09-21.bin new file mode 100644 index 0000000..b16bc3d Binary files /dev/null and b/firmware-2712/default/pieeprom-2023-09-21.bin differ diff --git a/firmware-2712/latest/pieeprom-2023-09-21.bin b/firmware-2712/latest/pieeprom-2023-09-21.bin new file mode 100644 index 0000000..b16bc3d Binary files /dev/null and b/firmware-2712/latest/pieeprom-2023-09-21.bin differ diff --git a/firmware-2712/release-notes.md b/firmware-2712/release-notes.md index e68db29..86631ab 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,16 @@ # Raspberry Pi5 bootloader EEPROM release notes +2023-09-21: Power button and ACT LED improvements + +* Fix bug where button press was not monitor for USB-C power supplies + that were detected as < 3A. +* In USB boot mode automatically select max-current during a reboot + (but not power on reset) to improve OS installation experience. +* USB-MSD stability improvements +* Remove the HALT error pattern and go to halt/standby immediately. +* Add support for HAT map. + + 2023-09-13: Initial release * Initial manufacturing software diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 38bb840..16cb036 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -340,7 +340,7 @@ checkDependencies() { BCM_CHIP=2712 EEPROM_SIZE=2097152 RPI_EEPROM_SELF_UPDATE=1 - BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1694601426}" + BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695315523}" else chipNotSupported fi