mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Merge pull request #143 from andrum99/patch-1
rpi-eeprom-update - fix description of -d flag
This commit is contained in:
@@ -351,10 +351,16 @@ in /etc/default/rpi-eeprom-update by defining the BOOTFS variable.
|
|||||||
A backup of the current EEPROM config file is written to ${FIRMWARE_BACKUP_DIR}
|
A backup of the current EEPROM config file is written to ${FIRMWARE_BACKUP_DIR}
|
||||||
before applying the update.
|
before applying the update.
|
||||||
|
|
||||||
|
Unless the -d flag is specified, the current bootloader configuration is
|
||||||
|
retained.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-a Automatically install bootloader and USB (VLI) EEPROM updates.
|
-a Automatically install bootloader and USB (VLI) EEPROM updates.
|
||||||
-A Specify which type of EEPROM to automatically update (vl805 or bootloader)
|
-A Specify which type of EEPROM to automatically update (vl805 or bootloader)
|
||||||
-d Use the default bootloader config instead of migrating the current settings
|
-d Use the default bootloader config, or if a file is specified using the -f
|
||||||
|
flag use the config in that file. This option only applies when a
|
||||||
|
bootloader EEPROM update is needed; if the bootloader EEPROM is up-to-date
|
||||||
|
then its config will not be changed.
|
||||||
-f Install the given file instead of the latest applicable update
|
-f Install the given file instead of the latest applicable update
|
||||||
Ignores the FREEZE_VERSION flag in bootloader and is intended for manual
|
Ignores the FREEZE_VERSION flag in bootloader and is intended for manual
|
||||||
firmware updates.
|
firmware updates.
|
||||||
|
|||||||
Reference in New Issue
Block a user