Merge pull request #362 from timg236/recovery-update-beta

recovery.bin: Fix recovery.bin loading on larger FAT partitions - BETA
This commit is contained in:
Tim Gover
2021-09-22 17:37:30 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@@ -3,6 +3,10 @@
USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer. USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer.
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md
## 2021-09-22 - Update recovery.bin to fix issue with large FAT partitions - BETA
* Fix an issue where the ROM fails to load larger recovery.bin files
on FAT partitions with large cluster sizes.
## 2021-07-07 - Promote pieeprom-2021-07-06 to stable - STABLE ## 2021-07-07 - Promote pieeprom-2021-07-06 to stable - STABLE
* Promote the latest beta to stable. For CM4 users this adds NVMe * Promote the latest beta to stable. For CM4 users this adds NVMe
boot support to the stable release. boot support to the stable release.