Re: NetBSD on Raspberry PI5
Harold Gutch <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 21, 2024 at 10:53:19AM -0000, Michael van Elst wrote: > [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. > > pi5 has everything in SPI EEPROM (and the GPU stuff is vastly stripped). Oh, OK. The first line in the serial output when booting is: RPi: BOOTSYS release VERSION:e02d33b3 DATE: 2023/12/06 TIME: 18:29:25 That date shows up in https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware-2712/release-notes.md . To see more, I probably have to boot Linux on it (or have a NetBSD userland on USB...). thanks, Harold