blob: 8e64a246de4d8dfdee28627a041430f50f17cd17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ 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
}
]
|