Skip to content

Commit fdff8e8

Browse files
authored
Merge pull request #490 from timg236/tim/pieeprom-2023-10-18-2712-automatic-update
rpi-eeprom-update: 2712: Bump the min version to pieeprom-2023-10-18
2 parents f13b578 + 645c2a1 commit fdff8e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

firmware-2712/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3-
2023-10-18: Display autodetect + HAT gpiomap (default + latest)
3+
2023-10-18: Display autodetect + HAT gpiomap (default + latest) (automatic update)
44

55
* Add support for HAT gpiomap for improved HAT compatibility.
66
* Add I2C probe for DSI display auto detect

rpi-eeprom-update

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ checkDependencies() {
340340
BCM_CHIP=2712
341341
EEPROM_SIZE=2097152
342342
RPI_EEPROM_SELF_UPDATE=1
343-
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695896697}"
343+
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1697650217}"
344344
else
345345
chipNotSupported
346346
fi
@@ -492,10 +492,10 @@ to be stable.
492492
493493
default:
494494
The default bootloader image which supports all current models and hardware
495-
revisions.
496-
If a critical bug fix is required then the minimum default version number
497-
(BOOTLOADER_AUTO_UPDATE_MIN_VERSION) in the rpi-eeprom package is updated
498-
causing the bootloader to be automatically updated.
495+
revisions. If there is an important bug fix or hardware change that could
496+
affect most uses then the then BOOTLOADER_AUTO_UPDATE_MIN_VERSION is updated
497+
causing the update to be applied the next time the rpi-eeprom APT package is
498+
updated.
499499
500500
latest:
501501
Contains new features, bug fixes and performance improvements.

0 commit comments

Comments
 (0)