Skip to content

Commit e6026c8

Browse files
committed
pieeprom-2024-10-09: 2712: Promote to default release (automatic update)
1 parent 171e47a commit e6026c8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
2 MB
Binary file not shown.

firmware-2712/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
## 2024-09-11: Promote 2024-10-09 release (default) (automatic update)
4+
35
## 2024-09-10: Fix lockup on 7" DSI panel clones (latest)
46
* Fix lockup regression with some 3rd party 7" DSI panels
57
See: https://github.com/raspberrypi/linux/issues/6341

rpi-eeprom-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ checkDependencies() {
403403
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
404404
BCM_CHIP=2712
405405
EEPROM_SIZE=2097152
406-
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1713610410}"
406+
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1725975630}"
407407
SPIDEV=/dev/spidev10.0
408408
# Default is to use flashrom if availableon BCM2712
409409
RPI_EEPROM_USE_FLASHROM=${RPI_EEPROM_USE_FLASHROM:-1}

0 commit comments

Comments
 (0)