mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 12:53:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user