Skip to content

Commit

Permalink
pieeprom-2024-01-05: 2712: Promote to default (automatic update)
Browse files Browse the repository at this point in the history
  • Loading branch information
timg236 committed Jan 8, 2024
1 parent 7594608 commit 7232154
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added firmware-2712/default/pieeprom-2024-01-05.bin
Binary file not shown.
Binary file modified firmware-2712/default/recovery.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Raspberry Pi5 bootloader EEPROM release notes

2024-01-08: Promote 2024-01-05 to default (automatic update)

2024-01-05: Fix handling of FAT files without LFNs.
* Fix issues with SFN entries sometimes being treated as LFNs
see https://github.com/raspberrypi/rpi-eeprom/issues/514
Expand Down
2 changes: 1 addition & 1 deletion rpi-eeprom-update
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ checkDependencies() {
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
BCM_CHIP=2712
EEPROM_SIZE=2097152
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1697650217}"
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1704470260}"
SPIDEV=/dev/spidev10.0
else
chipNotSupported
Expand Down

0 comments on commit 7232154

Please sign in to comment.