-
Notifications
You must be signed in to change notification settings - Fork 76
Getting bin file to run on Pi zero w #63
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
Comments
Uhmmm is it not working? I'm hoping to get one soon, but I expected it to already work. What is the error you are getting? |
Hello, I have the same problem. Can't seem to run a sketch on the Zero W. The issue seems ti be similar to the one in #49. I get the following error: This is the content of /proc/cpuinfo on my Zero W v1.1:
So 9000c1 seems to be an unknown revision. Hope that helps. I would very much like to get this to work. :) |
Ok, so I tried to understand what @me-no-dev did in 89dd03f to support the Pi3, and if I'm not mistaken, all we need to do is update the revision detection lib from https://github.com/AndrewFromMelbourne/raspberry_pi_revision which already supports the Zero W, and modify one line in wiring.c:181
since the pin masks on the Zero and Zero W are the same. Am I missing anything? |
Nope! that is exactly what needs to be done |
Thanks heaps that worked a treat! |
I read the thread on getting to run on Pi3. Any chance of updating for executing bins on Pi Zero w?
The text was updated successfully, but these errors were encountered: