mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user