ARM64 support + Raspbian 64 bit support #1749
-
First I’d like to say please excuse my lack of deep understanding here. I simply wanted to ask the question of if recent developments in Raspbian supporting 64bit OS and the news that VS Code can run on ARM64 helps efforts to get code-server to work on the Raspberry Pi at all? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I have gotten code-server to run on both balena 64 bit OS and Ubuntu 20.04 for the pi4. So if there are any issues I'd imagine it would be with the new Raspberry Pi OS. |
Beta Was this translation helpful? Give feedback.
-
@nathanrpage97 The default raspbian OS download is for armv7 |
Beta Was this translation helpful? Give feedback.
-
You are correct that the current OS is for armv7. I assume Adam is talking about the new Raspberry Pi OS which is a 64 bit arm64. Note: It is in beta. |
Beta Was this translation helpful? Give feedback.
-
You can already run it on the pi with the NPM package. See https://github.com/cdr/code-server/blob/master/doc/install.md#yarn-npm Also see #1337 |
Beta Was this translation helpful? Give feedback.
-
I switched my Raspberry Pi 400 to boot up in (kernel) 64 bit mode (added
So I guess I'll have to go back to 32 bit and try the npm installation again. Wasn't successful several times, got loads of warnings (node v14.15.5, npm v6.14.11). #sigh |
Beta Was this translation helpful? Give feedback.
You can already run it on the pi with the NPM package. See https://github.com/cdr/code-server/blob/master/doc/install.md#yarn-npm
Also see #1337