-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Good evening,
with the recent announcement of the Raspberry Pi 5 with 16GB ram, it gets more and more interesting for various scenarios, from small energy efficient homelabs to dev-clusters to business iot-usecases.
I took the chance and got my hands on my first Pi ever. Or 4 of them, sitting now in my closet, waiting for their kubernetes deployment.
Your instructions are great. Image built with no issues. I copied it over to the first Pi and wrote it to its nvme disk. Sadly it won't boot.
Some investigation later it looks like the built image doesn't contain the firmware files for the Pi 5. I tried frankensteining the boot files from the image as well as a running rpi os, without success. Anthropics LLM was actually very useful figuring out which files needed to be copied at first. Then it went south, tried compiling some u-boot stuff before it left me alone due to running out of quota.
Or in other words: I have no idea what I'm doing here.
It would be great if you could either update the package? that contains the firmware files or provide hints what I can do to get this to work. I'll happily write some documentation for it once it flies!
Thanks a lot!