pieeprom-2023-09-21: 2712: Power button and ACT LED improvements

This commit is contained in:
Tim Gover
2023-09-21 17:29:47 +01:00
parent 9e5c0ed0c4
commit a8ca86532c
4 changed files with 12 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,16 @@
# Raspberry Pi5 bootloader EEPROM release notes # 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 2023-09-13: Initial release
* Initial manufacturing software * Initial manufacturing software

View File

@@ -340,7 +340,7 @@ checkDependencies() {
BCM_CHIP=2712 BCM_CHIP=2712
EEPROM_SIZE=2097152 EEPROM_SIZE=2097152
RPI_EEPROM_SELF_UPDATE=1 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 else
chipNotSupported chipNotSupported
fi fi