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

This commit is contained in:
Tim Gover
2024-01-08 10:17:42 +00:00
parent 759460850c
commit 7232154170
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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

View File

@@ -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