version 1.44, 2015/08/07 06:58:17
|
version 1.45, 2016/08/03 16:10:22
|
Line 86 Initial, limited, Raspberry Pi support w
|
Line 86 Initial, limited, Raspberry Pi support w
|
- sysinst started! |
- sysinst started! |
|
|
# Updating the firmware |
# Updating the firmware |
- [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) |
|
- Copy all files except 'kernel*.img' into /boot and reboot |
You probably don't want to do this. Firmware updates can break things, |
|
and the latest firmware that's been tested is already included in the |
|
NetBSD build you installed. |
|
|
|
If you're feeling adventurous (or are the port maintainer), here's what |
|
to test whenever you try new firmware: |
|
|
|
- Audio |
|
- OMXPlayer (and [[!template id=man name="vchiq"]]) |
|
- Serial/framebuffer console |
|
- CPU frequency scaling |
|
|
|
Upstream firmware releases are |
|
[on GitHub](https://github.com/raspberrypi/firmware/releases). |
|
Copy all files except `kernel*.img` into `/boot` and reboot. |
|
|
# Updating the kernel |
# Updating the kernel |
- Build a new kernel, e.g. using build.sh. It will tell you where the ELF version of the kernel is, e.g. |
- Build a new kernel, e.g. using build.sh. It will tell you where the ELF version of the kernel is, e.g. |