mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 14:53:32 +08:00
add colons to usage
This commit is contained in:
@@ -241,13 +241,14 @@ rpi-eeprom-update [options]... [FILE]
|
|||||||
-j Write status information using JSON notation
|
-j Write status information using JSON notation
|
||||||
-m Write status information to the given file when run without -a or -f
|
-m Write status information to the given file when run without -a or -f
|
||||||
|
|
||||||
To extract the configuration file from an EEPROM image
|
|
||||||
|
To extract the configuration file from an EEPROM image:
|
||||||
rpi-eeprom-config pieeprom.bin --out bootconf.txt
|
rpi-eeprom-config pieeprom.bin --out bootconf.txt
|
||||||
|
|
||||||
To update the configuration file in an EEPROM image
|
To update the configuration file in an EEPROM image:
|
||||||
rpi-eeprom-config pieeprom.bin --config bootconf.txt --out pieeprom-new.bin
|
rpi-eeprom-config pieeprom.bin --config bootconf.txt --out pieeprom-new.bin
|
||||||
|
|
||||||
To flash the new image
|
To flash the new image:
|
||||||
sudo rpi-eeprom-update -d -f ./pieeprom-new.bin
|
sudo rpi-eeprom-update -d -f ./pieeprom-new.bin
|
||||||
|
|
||||||
The syntax is the same as config.txt but section filters etc are not supported. See
|
The syntax is the same as config.txt but section filters etc are not supported. See
|
||||||
|
|||||||
Reference in New Issue
Block a user