Skip to content

Commit 387e8cc

Browse files
committed
rpi-eeprom-update: Increase BOOT_VER to 1 for 2711
Updated the EEPROM update script BOOT_VER to 1 to indicate that rpi-eeprom-update will correctly update boards reporting the bootloader manufacturing verion as 1.
1 parent 99a70ed commit 387e8cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rpi-eeprom-update

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ OVERWRITE_CONFIG=0
5757
# Timestamp for first release which doesn't have a timestamp field
5858
BOOTLOADER_FIRST_VERSION=1557513636
5959
EEPROM_SIZE=524288
60-
BOOT_VER_2711=0
60+
# BOOT_VER is checked against the manufacturing version in OTP to verify
61+
# that this script is new enough to correctly update the bootloader on this board.
62+
BOOT_VER_2711=1
6163
BOOT_VER_2712=1
6264
MIN_BOOT_VER=0
6365
BOARD_INFO=

0 commit comments

Comments
 (0)