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.
This commit is contained in:
Tim Gover
2025-06-03 15:47:28 +01:00
committed by Tim Gover
parent 0f6920518f
commit fac42a0d86

View File

@@ -424,7 +424,7 @@ checkDependencies() {
if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then
BCM_CHIP=2711 BCM_CHIP=2711
EEPROM_SIZE=524288 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 SPIDEV=/dev/spidev0.0
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then