davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.49k stars 147 forks source link

Raspberry Pi 3 A+ Support #175

Open Plasmarobo opened 5 years ago

Plasmarobo commented 5 years ago

It looks like the raspbian image might be out of date for 3 A+ devices. I have an image that boots on a 3 B+. It configures WiFi, installs avahi-daemon, changes the password, changes the hostname, SSH keys, and adds a public key. Works great on 3B and 3B+ devices. However, the 3A+ refuses to boot. It gets stuck on the rainbow screen. No ACT light, so it looks like it's not even trying to run the boot sequence. I can manually write the latest (2018-11-13) raspbian and it works fine, so it might just be that the PiBakery image is out of date with respect to 3A+.

Trying to work around it with a custom image, but having trouble making the required PiBakery edits to the base image.

Plasmarobo commented 5 years ago

It does seem to be something wrong with the boot partition: If I just copy the boot files from the latest raspbian-lite image, it seems to boot up. Specifically the start*.elf files.

renegadeandy commented 5 years ago

I have hit this and believe I get the same outcome, @Plasmarobo any work around?

Plasmarobo commented 5 years ago

I copied the start*.elf files from a known-good RPI 3+ image. Worked like a charm. Just overwrite them in the boot partition.