-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Not arm64 format for the arm64 #1504
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
Are you using standard Raspbian? |
Sure!
|
Ahh, check out #35 . Raspbian isn't arm64 (or aarch64) because of its 32-bit kernel. I tried to switch to the 64-bit one but it didn't work either (see this). In order to run code-server on your Raspberry Pi you need to install a arm64 OS like Ubuntu Server. |
Note that running Ubuntu Server might not be compatible with your current RPi setup. |
Ok thanks |
The issue with raspbian even with a 64-bit kernel is it still runs a 32-bit userspace. |
Thank you @TechLevelZero |
Also see #1337 (comment) |
I posted a post on Reddit and on the Discord but i didn't get any answers..
So, I get a
exec format error
when I execute./code-server
and when a launch it with docker, I getstandard_init_linux.go:211: exec user process caused "exec format error" failed to resize tty, using default size
So, how can I do to launch the software on my RPi4 ?
Fix the bug. Thanks
The text was updated successfully, but these errors were encountered: