Skip to content

Commit 2ab8f45

Browse files
authored
Merge pull request #4110 from timg236/set-reboot-order
config_txt: set_reboot_order
2 parents c7caa15 + e56490d commit 2ab8f45

File tree

1 file changed

+20
-0
lines changed
  • documentation/asciidoc/computers/config_txt

1 file changed

+20
-0
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,26 @@ If `erase_eeprom` is set to `1` then `recovery.bin` will erase the entire SPI EE
189189

190190
Default: `0`
191191

192+
[[set_reboot_arg1]]
193+
==== `set_reboot_arg1`
194+
Raspberry Pi 5 only.
195+
196+
Sets the value of `boot_arg1` to be passed via a reset-safe register to the bootloader after a reboot.
197+
See xref:config_txt.adoc#boot_arg1[`boot_arg1`] for more details.
198+
Default: ``
199+
200+
[[set_reboot_order]]
201+
==== `set_reboot_order`
202+
203+
Raspberry Pi 5 only.
204+
205+
Sets the value of xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] to be passed via a reset-safe register to the bootloader after a reboot. As with `tryboot`, this is a one-time setting and is automatically cleared after use.
206+
207+
This property could be used to debug different xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] settings. Alternatively, it could be used in a provisioning system which has control over power and the `nRPIBOOT` GPIO to override the boot mode without specifying xref:config_txt.adoc#conditional-filters[conditional filter] statements in the EEPROM config.
208+
209+
Default: ``
210+
211+
192212
[[eeprom_write_protect]]
193213
==== `eeprom_write_protect`
194214

0 commit comments

Comments
 (0)