-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support Pi Zero W. #462
Comments
@gsl12 https://github.com/MatthewCroughan/octobalena Try it via my project, Octobalena. You might want to comment out the Octoprint stuff in the Docker-Compose file, if you already have Octoprint running on a separate device. |
@MatthewCroughan Thanks, that was my plan, running only octodash on a seperate device. The Pi should have enough power to handle this. I will check your project. |
Do you want to run OctoDash on the Raspberry Pi Zero? That isn't supported, since the Raspberry Pi Zero is reaching it's limit with OctoPrint and having OctoDash on top of that will most likely mess up prints. |
I would like to use only octodash on a pi zero w. Octoprint will run on a different pi 3b+. So i was thinking a pi zero should be enough to use only octodash. |
That could work, but currently you have no problem with OctoDash, but with the configuration of the Xserver. So this is not an OctoDash issue. |
Yes as @gdachs mentioned this is an issue with Xorg, but even if that get's resolved OctoDash probably won't run, since it requires armv7l and won't run on armv6. I can compile you a version for armv6 if you figure out the Xorg problem. If this works on your Pi Zero W without any problems I can think about adding the armv6 back. |
Any advice on how to configure xserver on a pi zero to get octodash working ? |
I don't have one here, so I can only Google stuff, which wouldn't be super beneficial ... |
I think that will be to complicate to me. I'm not familiar with xorg Linux stuff. I could find this error in the xorg log file. But I don't know what that means or how to fix it. |
I'm going to try doing this on a pi zero now with balena. Once I figure it out I can submit some Dockerfiles for CI |
No one of us is born with Linux knowledge. |
@UnchartedBull Indeed, the build does fail on armv6. How were you going to attempt to build this for armv6? If you can give me details on that then I can make something that he can just flash to an sd card and be done with, or run in Hypriot or Raspbian if he figured out how to install docker on it manually.
|
Are you trying to build everything on armv6? I don't know if node.js and angular work as expected on armv6. I would run the build script on a normal x64 machine and just tell electron to also build a armv6 target. That worked in the past at least. |
That'll be it then. My current build process actually builds the app entirely from the perspective of a running machine yes. When I run |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any way to make octodash work on Rasperry Pi Zero W now? Why is the xserver keep crashing, is there a workaround? |
Hi,
first i like Octodash. Its working fine for me , when i use a Pi 3B+.
But i have trouble to use it with a Raspberry Pi Zero W. The Xorg server is crashing with fatal IO error 11.
Is a Pi Zero W not supported or do i miss some dependencies?
best regards
GSL
The text was updated successfully, but these errors were encountered: