From ef368cca9bb860d311f6547e082c10ebda44b4dc Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 15 Feb 2022 21:56:18 +0000 Subject: [PATCH] Add minimum timeout values From https://github.com/raspberrypi/rpi-eeprom/issues/410 --- .../asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc b/documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc index 0ff2a593a..f89525118 100644 --- a/documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc @@ -334,6 +334,7 @@ Default: "" If no USB mass storage devices are found within this timeout then USB-MSD is stopped and the next boot mode is selected +Minimum: `5000` (5 seconds) + Default: `20000` (20 seconds) + [[USB_MSD_LUN_TIMEOUT]] @@ -341,6 +342,7 @@ Default: `20000` (20 seconds) + How long to wait in milliseconds before advancing to the next LUN e.g. a multi-slot SD-CARD reader. This is still being tweaked but may help speed up boot if old/slow devices are connected as well as a fast USB-MSD device containing the OS. +Minimum: `100` + Default: `2000` (2 seconds) [[USB_MSD_PWR_OFF_TIME]]