File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ checkDependencies() {
403403 elif [ $(( (0 x$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}
You can’t perform that action at this time.
0 commit comments