Skip to content
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

Open
elevins opened this issue Jul 3, 2024 · 4 comments
Open

Modify build for Pi Zero 2 #19

elevins opened this issue Jul 3, 2024 · 4 comments

Comments

@elevins
Copy link

elevins commented Jul 3, 2024

Any tips on how to approach this?

@geaz
Copy link
Owner

geaz commented Jul 11, 2024

As far as I know, the Pi Zero 2 is same size as the Pi Zero. Should be a drop in replacement.
But the provided os image will probably not work with the Pi Zero 2.

@elevins
Copy link
Author

elevins commented Jul 12, 2024

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.

  1. rewire the gpio and use one of the other os designed for running retro games
  2. recompile the os for use with the rpi2 zero

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.

@geaz
Copy link
Owner

geaz commented Jul 20, 2024

Your best bet is the official buildroot documentation: https://buildroot.org/
Its quit great and was a huge help the time I created the image.

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.

@elevins
Copy link
Author

elevins commented Jul 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants