-
Notifications
You must be signed in to change notification settings - Fork 59
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
64 bit OS? #144
Comments
It's on the todo list and should show up within a week or two. |
Do make sure you also modify the 3 scripts that call qemu-arm-static right now, to detect architecture being used and use qemu-aarch64-static if needed instead. https://github.com/raspberrypi/piserver/search?q=qemu-arm-static (and the case that Piserver may be run on a Pi may also need some special attention. Right now we skip qemu in that case, and just chroot to the image, but if the server runs 32-bit Pi OS it may need to do something more clever) |
Good morning, Thanks! |
Ran into a few issues while testing the piserver archives for the last release, so they're delayed until those are fixed. It shouldn't take too long. |
I saw some changes come in and the OS show up in the list in piserver so for the curiosity in me I installed it and everything loaded fine and it boots for me, but it faults on an upgrade. This is the result right after the download of an apt upgrade.
|
What's your host OS? The version of qemu might be a be too old. What does
Edit: Nope, it does the right thing. |
|
That would be the problem then, I think. It should resolve itself when we have a new desktop release based on Bullseye out, which is a fairly high priority. |
Will the newly released 64 bit OS be compatible with piserver?
The text was updated successfully, but these errors were encountered: