mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
rpi-eeprom-update: 2712: Bump the min version to pieeprom-2023-10-18
This commit is contained in:
@@ -340,7 +340,7 @@ checkDependencies() {
|
||||
BCM_CHIP=2712
|
||||
EEPROM_SIZE=2097152
|
||||
RPI_EEPROM_SELF_UPDATE=1
|
||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695896697}"
|
||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1697650217}"
|
||||
else
|
||||
chipNotSupported
|
||||
fi
|
||||
@@ -492,10 +492,10 @@ to be stable.
|
||||
|
||||
default:
|
||||
The default bootloader image which supports all current models and hardware
|
||||
revisions.
|
||||
If a critical bug fix is required then the minimum default version number
|
||||
(BOOTLOADER_AUTO_UPDATE_MIN_VERSION) in the rpi-eeprom package is updated
|
||||
causing the bootloader to be automatically updated.
|
||||
revisions. If there is an important bug fix or hardware change that could
|
||||
affect most uses then the then BOOTLOADER_AUTO_UPDATE_MIN_VERSION is updated
|
||||
causing the update to be applied the next time the rpi-eeprom APT package is
|
||||
updated.
|
||||
|
||||
latest:
|
||||
Contains new features, bug fixes and performance improvements.
|
||||
|
||||
Reference in New Issue
Block a user