Skip to content

Commit 449609a

Browse files
committed
WAIT_FOR_POWER_BUTTON: Document new Pi5 power-on option
1 parent 4db5bfe commit 449609a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Default: `0`
3434
[[UART_BAUD]]
3535
==== `UART_BAUD`
3636

37-
Raspberry Pi 5 only.
37+
Flagship models since Raspberry Pi 5 only.
3838

3939
Changes the baud rate for the bootloader UART.
4040

@@ -62,6 +62,15 @@ On Flagship models since Raspberry Pi 5 and Keyboard models since Pi 500, this p
6262

6363
Default: `1` on Compute Modules since CM5 and Keyboard models; otherwise `0`
6464

65+
[[WAIT_FOR_POWER_BUTTON]]
66+
==== `WAIT_FOR_POWER_BUTTON`
67+
68+
Flagship models since Raspberry Pi 5 only.
69+
70+
If this property and `POWER_OFF_ON_HALT` are both set to `1` then the bootloader will immediately power-off and wait for the power to be pressed on the first boot after the power supply has been removed. This means that instead of booting immediately after power-loss the system will wait for the power button to be pressed.
71+
72+
Default: `0`
73+
6574
[[BOOT_ORDER]]
6675
==== `BOOT_ORDER`
6776

0 commit comments

Comments
 (0)