|
1 | 1 | # Raspberry Pi5 bootloader EEPROM release notes
|
2 | 2 |
|
| 3 | +## 2025-01-27: Walk the partition table if the requested partition is not bootable (latest) |
| 4 | + |
| 5 | +* Walk the partition table if the requested partition is not bootable |
| 6 | + Previously, if the specified boot partition was not bootable the |
| 7 | + bootloader would stop and advance to the next BOOT_ORDER. If the |
| 8 | + new PARTITION_WALK option is set to 1 the bootloader will now |
| 9 | + check each partition in turn starting from the specified partition |
| 10 | + before advancing the BOOT_ORDER. |
| 11 | + This feature is intended for use with A/B systems to handle the case |
| 12 | + where autoboot.txt is missing / corrupted. This change enables |
| 13 | + the system to failover to the next available bootable partition. |
| 14 | + The autoboot.txt file is not scanned during the partition-walk |
| 15 | + phase i.e. there is no recursive processing of autoboot.txt files. |
| 16 | + This option is only supported on physical block devices |
| 17 | + (SD, NVMe, USB) and not RAMDISK. USB assumes a single high speed |
| 18 | + device, partition walks on multiple USB devices is not recommended |
| 19 | + and may cause timeouts. |
| 20 | +* Improve keyboard handling in boot menu |
| 21 | + Try and make it more likely that we have enough time to perform key |
| 22 | + detection. |
| 23 | + Ignore mice, which were being enumerated and slowing things down. |
| 24 | + |
3 | 25 | ## 2025-01-22: Promote 2025-01-22 to default release (default)
|
4 | 26 |
|
5 | 27 | ## 2025-01-22: Add DT /chosen property signed-boot boot.img hash (latest)
|
|
0 commit comments