Is Raspberry Pi Zero 2W supported? #1
|
I'm currently trying to flash the custom built image, however after flashing the SD card using the Raspberry Pi Imager, the Zero doesn't startup, the LED just blinks 4 times (which seems to indicate that the "start*.elf not found" - though not 100% sure as the docs don't explicitly mention the Zero 2W). I tested the memory card with the vanilla Raspberry Pi OS image, and the same SD card works with a different image, so it seems to indicate that something is off with the build. I built the image using the rugpi-template, and created my own project , which built with no issues. Do you know if there is some issues with the Raspberry Pi Zero 2W, or some other EEPROM setting that needs to be done first to enable the tryboot functionality? |
Replies: 3 comments 2 replies
|
Looking a bit more into this and it looks like rugpi is assuming that it is a RPI4 which uses the rpi-eeprom, where as Raspberry PI Zeros 2W whilst being an arm64 architecture, uses the bootcode.bin |
|
No, at the moment, only Raspberry Pi 4 and the Compute Module 4 are supported. I think that the |
|
Rugpi now supports Pi Zero 2W through U-Boot integration. |
Rugpi now supports Pi Zero 2W through U-Boot integration.