-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify build for Pi Zero 2 #19
Comments
As far as I know, the Pi Zero 2 is same size as the Pi Zero. Should be a drop in replacement. |
Yeah, I used it as a drop-in replacement and the image would not boot. Saw this issue #18 and it seems to be the culprit. Since I've already wired everything up and the gpio used are not compatible with retropie or recalbox it looks like i have two choices.
Wondering if you had any docs or a tutorial you used to setup the embedded linux os. so i could try number 2 before i resort to path 1. |
Your best bet is the official buildroot documentation: https://buildroot.org/ As a third option you could also take retropie, for example, and just compile the "retroPower" application and use it within retropie for the battery indicator/power circuit. |
Thanks will attempt to use buildroot and recompile the provided source files for the zero 2. Think the issue may be the upgrade to the new cpu for the rpi zero 2. Will update/close the issue with my findings. |
Any tips on how to approach this?
The text was updated successfully, but these errors were encountered: