Skip to content

Commit

Permalink
Update legacy_config_txt/boot.adoc
Browse files Browse the repository at this point in the history
Port #3056 to the bookworm branch
  • Loading branch information
lurch committed Sep 11, 2023
1 parent e7c04ef commit 5510595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This is particularly useful to insert a delay before reading the EDID of the mon

=== `boot_delay`

The `boot_delay` command instructs to wait for a given number of seconds in `start.elf` before loading the kernel: the default value is `1`. The total delay in milliseconds is calculated as `(1000 x boot_delay) + boot_delay_ms`. This can be useful if your SD card needs a while to get ready before Linux is able to boot from it.
The `boot_delay` command instructs to wait for a given number of seconds in `start.elf` before loading the kernel: the default value is `0`. The total delay in milliseconds is calculated as `(1000 x boot_delay) + boot_delay_ms`. This can be useful if your SD card needs a while to get ready before Linux is able to boot from it.

=== `boot_delay_ms`

Expand Down

0 comments on commit 5510595

Please sign in to comment.