mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
pieeprom-2024-01-05: 2712: Promote to default (automatic update)
This commit is contained in:
BIN
firmware-2712/default/pieeprom-2024-01-05.bin
Normal file
BIN
firmware-2712/default/pieeprom-2024-01-05.bin
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,7 @@
|
|||||||
# Raspberry Pi5 bootloader EEPROM release notes
|
# 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.
|
2024-01-05: Fix handling of FAT files without LFNs.
|
||||||
* Fix issues with SFN entries sometimes being treated as LFNs
|
* Fix issues with SFN entries sometimes being treated as LFNs
|
||||||
see https://github.com/raspberrypi/rpi-eeprom/issues/514
|
see https://github.com/raspberrypi/rpi-eeprom/issues/514
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ checkDependencies() {
|
|||||||
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
||||||
BCM_CHIP=2712
|
BCM_CHIP=2712
|
||||||
EEPROM_SIZE=2097152
|
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
|
SPIDEV=/dev/spidev10.0
|
||||||
else
|
else
|
||||||
chipNotSupported
|
chipNotSupported
|
||||||
|
|||||||
Reference in New Issue
Block a user