From fac42a0d864d01e90999887c9780d9d556099d21 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 3 Jun 2025 15:47:28 +0100 Subject: [PATCH] 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. --- rpi-eeprom-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 1dc3b46..4087ce6 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -424,7 +424,7 @@ checkDependencies() { if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then BCM_CHIP=2711 EEPROM_SIZE=524288 - BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1599135103}" + BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1746717695}" SPIDEV=/dev/spidev0.0 elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then