Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following commands load the current bootloader configuration into a text edi
When the editor is closed, `rpi-eeprom-config` applies the updated configuration to the latest available bootloader release and uses `rpi-eeprom-update` to schedule an update when the system is rebooted:
[source,console]
----
$ sudo -E rpi-eeprom-config --edit
$ sudo --preserve-env=EDITOR rpi-eeprom-config --edit
$ sudo reboot
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following command loads the current bootloader configuration into a text edi

[source,console]
----
$ sudo -E rpi-eeprom-config --edit
$ sudo --preserve-env=EDITOR rpi-eeprom-config --edit
$ sudo reboot
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To edit the current EEPROM configuration and apply the updates to latest EEPROM

[source,console]
----
$ sudo -E rpi-eeprom-config --edit
$ sudo rpi-eeprom-config --edit
----

For more information about the EEPROM update process, see xref:raspberry-pi.adoc#raspberry-pi-boot-eeprom[boot EEPROM].
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/raspberry-pi/rtc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To support the low-power mode for wake alarms:
+
[source,console]
----
$ sudo -E rpi-eeprom-config --edit
$ sudo rpi-eeprom-config --edit
----

. Add the following two lines.
Expand Down