Re: NetBSD on Raspberry PI5
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Harold Gutch) writes: >I realized I only somewhat implicitly stated the firmware version. >This is what came on with that image, i.e., the files in >src/external/broadcom/rpi-firmware/dist . > Author: skrll <[email protected]> > Date: Wed Dec 27 14:24:34 2023 +0000 > Update RaspberryPI firmware > Update the RaspberryPI firmware to the version from > https://github.com/raspberrypi/rpi-firmware These firmware files are not relevant to the pi5. pi0-3 use bootcode.bin + start.elf + fixup.dat (and variants). pi4 uses start4.elf + fixup4.dat (and variants), the bootcode.bin equivalent is in SPI EEPROM. pi5 has everything in SPI EEPROM (and the GPU stuff is vastly stripped). The firmware still reads config.txt + cmdline.txt + device tree files (and optionally other special files).