Skip to content

Commit fac42a0

Browse files
committed
2711: Change the automatic update minimum version to 2025-05-08
Important changes since the last automatic update: * Add the boot-menu to override the boot-order. * Implement TCP window for network install. * Preserve SDRAM contents after crash. * Improved compatibility for USB pendrives.
1 parent 0f69205 commit fac42a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi-eeprom-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ checkDependencies() {
424424
if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then
425425
BCM_CHIP=2711
426426
EEPROM_SIZE=524288
427-
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1599135103}"
427+
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1746717695}"
428428

429429
SPIDEV=/dev/spidev0.0
430430
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then

0 commit comments

Comments
 (0)