diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 3ce01a8..ea4fb2e 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -3,6 +3,13 @@ USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer. https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration +## 2021-11-29 - Promote the 2021-11-22 beta release to LATEST/STABLE +Interesting changes since the last stable release:- + * NVMe / PCIe reset fixes + * GPT / FAT enhancements + * FAT performance improvements + * Secure-boot for industrial customers (see usbboot repo) + ## 2021-11-22 - Fix for Sabrent rocket Nano NVMe reboot issue - BETA * Fixes issue with Sabrent rocket Nano NVMe disk after a reboot. Run pcie initialisation again if there's an error. diff --git a/firmware/stable/pieeprom-2021-11-22.bin b/firmware/stable/pieeprom-2021-11-22.bin new file mode 100755 index 0000000..6f21e0c Binary files /dev/null and b/firmware/stable/pieeprom-2021-11-22.bin differ diff --git a/firmware/stable/recovery.bin b/firmware/stable/recovery.bin index ffa83bb..755e406 100644 Binary files a/firmware/stable/recovery.bin and b/firmware/stable/recovery.bin differ