mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
pieeprom-2023-09-28: 2712: vcgencmd pmic_read_adcs fixes
* Fix the LDO names and current scaling codes * Manufacturing test updates Bump BOOTLOADER_AUTO_UPDATE_MIN_VERSION to this version.
This commit is contained in:
BIN
firmware-2712/default/pieeprom-2023-09-28.bin
Normal file
BIN
firmware-2712/default/pieeprom-2023-09-28.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
firmware-2712/latest/pieeprom-2023-09-28.bin
Normal file
BIN
firmware-2712/latest/pieeprom-2023-09-28.bin
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,10 @@
|
|||||||
# Raspberry Pi5 bootloader EEPROM release notes
|
# Raspberry Pi5 bootloader EEPROM release notes
|
||||||
|
|
||||||
|
2023-09-28: vcgencmd pmic_read_adcs fixes (automatic update)
|
||||||
|
|
||||||
|
* Fix the LDO names and current scaling codes
|
||||||
|
* Manufacturing test updates
|
||||||
|
|
||||||
2023-09-21: Power button and ACT LED improvements
|
2023-09-21: Power button and ACT LED improvements
|
||||||
|
|
||||||
* Fix bug where button press was not monitor for USB-C power supplies
|
* Fix bug where button press was not monitor for USB-C power supplies
|
||||||
|
|||||||
@@ -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:-1695315523}"
|
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695896697}"
|
||||||
else
|
else
|
||||||
chipNotSupported
|
chipNotSupported
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user