diff --git a/firmware/beta/pieeprom-2021-06-11.bin b/firmware/beta/pieeprom-2021-06-11.bin new file mode 100644 index 0000000..66b17b3 Binary files /dev/null and b/firmware/beta/pieeprom-2021-06-11.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index b9bdc43..1a50d40 100644 Binary files a/firmware/beta/recovery.bin and b/firmware/beta/recovery.bin differ diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 411c729..87e1cd1 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -3,6 +3,15 @@ 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 +## 2021-06-11 - Add USB_MSD_STARTUP_DELAY option - BETA + * Minor update to BRCM SDRAM settings. + * Add USB_MSD_STARTUP_DELAY option (default 0 option). This adds a configurable + delay (in milliseconds) the first time the USB host controller is initialised + before device enumeration. + Normally, this should not be required. However, some HDD enclosures may + require an extended startup delay in order to spinup drives. Without this + the get-capacity command may stall and timeout. + ## 2021-05-19 - Use the latest BRCM SDRAM settings - BETA * Use the latest BRCM SDRAM settings. * FAT12 support for small bootloader ramdisk images.