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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ Default: `0`
193
193
==== `set_reboot_arg1`
194
194
Raspberry Pi 5 only.
195
195
196
-
Sets the value of `boot_arg1` to be passed via reset-safe register to the bootloader after a reboot.
196
+
Sets the value of `boot_arg1` to be passed via a reset-safe register to the bootloader after a reboot.
197
197
See xref:config_txt.adoc#boot_arg1[`boot_arg1`] for more details.
198
198
Default: ``
199
199
@@ -202,7 +202,7 @@ Default: ``
202
202
203
203
Raspberry Pi 5 only.
204
204
205
-
Sets the value of xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] to be passed via reset-safe register to the bootloader after a reboot. As with `tryboot`, this is a one-time setting and is automatically cleared after use.
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
206
207
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