You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/config_txt/boot.adoc
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,26 @@ If `erase_eeprom` is set to `1` then `recovery.bin` will erase the entire SPI EE
189
189
190
190
Default: `0`
191
191
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.
0 commit comments