mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Adjusted workding once more
Adjusted the verbiage used to instruct the user in the file format. Changed the file name in the code block to `...YYYY-MM-DD`
This commit is contained in:
@@ -41,10 +41,10 @@ sudo echo FIRMWARE_RELEASE_STATUS="beta" > /etc/default/rpi-eeprom-update
|
|||||||
### Configuration - Enable network boot
|
### Configuration - Enable network boot
|
||||||
Network boot is not enabled by default in the bootloader. To enable it the bootloader configuration file must be edited.
|
Network boot is not enabled by default in the bootloader. To enable it the bootloader configuration file must be edited.
|
||||||
|
|
||||||
**NOTE:** The `/lib/firmware...` line below ends with a date at the end of the file's name. There are several versions of the beta bootloader in there, so make sure to select the most up-to-date version for your Raspberry Pi.
|
**NOTE:** The `/lib/firmware...` file listed in the code block below should not be copied directly, as it requires a date be maually used. There are several versions of the beta bootloader inside that directory, so make sure to select the most up-to-date version for your Raspberry Pi.
|
||||||
```
|
```
|
||||||
# Extract the configuration file
|
# Extract the configuration file
|
||||||
cp /lib/firmware/raspberrypi/bootloader/beta/pieeprom-$DATE.bin pieeprom.bin
|
cp /lib/firmware/raspberrypi/bootloader/beta/pieeprom-YYYY-MM-DD.bin pieeprom.bin
|
||||||
rpi-eeprom-config pieeprom.bin > bootconf.txt
|
rpi-eeprom-config pieeprom.bin > bootconf.txt
|
||||||
|
|
||||||
# Enable network boot
|
# Enable network boot
|
||||||
|
|||||||
Reference in New Issue
Block a user