b7af4cd406
The rpi-firmware package provides firmware files under /usr/local/share. To be used they must be copied to the boot FAT partition. Reviewed by: manu Approved by: manu Sponsored by: The FreeBSD Foundation
15 lines
422 B
Text
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
|
|
}
|
|
]
|