Merge pull request #91 from jpartain89/patch-1

Clarifying the Dated .bin files
This commit is contained in:
Tim Gover
2020-02-21 09:23:58 +00:00
committed by GitHub

View File

@@ -40,9 +40,11 @@ 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...` 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-2019-09-23.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