Skip to content

Commit

Permalink
pieeprom-2021-06-11 - Add USB_MSD_STARTUP_DELAY
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
timg236 committed Jun 11, 2021
1 parent 949e9c4 commit 4b7fcc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added firmware/beta/pieeprom-2021-06-11.bin
Binary file not shown.
Binary file modified firmware/beta/recovery.bin
Binary file not shown.
9 changes: 9 additions & 0 deletions firmware/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4b7fcc6

Please sign in to comment.