opnsense-ports/sysutils/rpi-firmware/pkg-message
Franco Fichtner 47018aa1e6 */*: sync with upstream
Taken from: HardenedBSD
2021-03-25 20:11:14 +01:00

15 lines
422 B
Text

[
{ type: install
message: <<EOM
The rpi-firmware package installs files to /usr/local/share/rpi-firmware/.
To update the firmware used to boot, copy these files to /boot/msdos,
and then copy the appropriate config_<type>.txt file to
/boot/msdos/config.txt.
For example, on a Raspberry Pi 4 Model B,
cp -pr /usr/local/share/rpi-firmware/* /boot/msdos/
cp /boot/msdos/config_rpi4.txt /boot/msdos/config.txt
EOM
}
]