-
Notifications
You must be signed in to change notification settings - Fork 208
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
Cura on Pi 5 Crash Fix #2552
Comments
Interesting. I was under the impression that the cura build for 4k would work on 16k. If so, I can update our script to select the right build based on the kernel version. Potential complication: |
I believe the default RPiOS for Pi5 is a 16k kernel so i'm not sure it's an edge case, maybe i'm wrong though. |
The 16k Cura build is built on a Pi5 running the default kernel. The other 64 bit Cura build is built on a Pi4 running buster (i.e. quite an old release). I haven't tried building on a Pi5 running the 4k kernel. I guess it is possible that such a build would also run when using the 16k kernel but then it wouldn't be usable on Pi4s running earlier systems which would be very confusing. |
@smartavionics that will have issues on 16k pagesize kernels due to a bug in patchelf which was fixed in CC @Botspot ^ |
marking as upstream bug. if @smartavionics builds on buster with patchelf 0.12+ then that build should be compatible with 4k, 16k, and 64k pagesize kernel systems I can confirm that the cura binary has an incorrect 4K alignment load address that prevents it from running 16/64K pagesize kernels
|
I have now done as suggested and https://github.com/smartavionics/Cura/releases/download/4.20.17/Cura-4.20.17-mb-aarch64.AppImage should now be compatible with systems using either 4k or 16k pages. |
@smartavionics tested it and it works well. thank you! |
Confirmations
What happened?
Installed Cura but crashed on Pi 5
Description
After installing Cura on Raspberry Pi PiOS Bookworm it crashes immediately on startup. I found that if I changed the install script to use the aarch64-16k version (which Pi 5 is), then it installs and runs great.
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
No response
The text was updated successfully, but these errors were encountered: