File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Raspberry Pi5 bootloader EEPROM release notes
22
3- 2023-10-18: Display autodetect + HAT gpiomap (default + latest)
3+ 2023-10-18: Display autodetect + HAT gpiomap (default + latest) (automatic update)
44
55* Add support for HAT gpiomap for improved HAT compatibility.
66* Add I2C probe for DSI display auto detect
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ checkDependencies() {
340340 BCM_CHIP=2712
341341 EEPROM_SIZE=2097152
342342 RPI_EEPROM_SELF_UPDATE=1
343- BOOTLOADER_AUTO_UPDATE_MIN_VERSION=" ${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:- 1695896697 } "
343+ BOOTLOADER_AUTO_UPDATE_MIN_VERSION=" ${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:- 1697650217 } "
344344 else
345345 chipNotSupported
346346 fi
@@ -492,10 +492,10 @@ to be stable.
492492
493493default:
494494The default bootloader image which supports all current models and hardware
495- revisions.
496- If a critical bug fix is required then the minimum default version number
497- (BOOTLOADER_AUTO_UPDATE_MIN_VERSION) in the rpi-eeprom package is updated
498- causing the bootloader to be automatically updated.
495+ revisions. If there is an important bug fix or hardware change that could
496+ affect most uses then the then BOOTLOADER_AUTO_UPDATE_MIN_VERSION is updated
497+ causing the update to be applied the next time the rpi-eeprom APT package is
498+ updated.
499499
500500latest:
501501Contains new features, bug fixes and performance improvements.
You can’t perform that action at this time.
0 commit comments