putty로 연결 후 진행한다.
uname -a
위 명령어를 입력했을 때 aarch64 GNU/Linux 라고 나온다.
/boot/config.txt에 아래 내용을 추가한 후 재부팅 한다.
arm_64bit = 0
uname -a
위 명령어를 입력했을 때 arm7l GNU/Linux로 변경됨을 확인한다.
sudo rm -rf ~/.vscode-server
위 명령어로 vscode-server를 지운 후 재시도 한다.
출처 :
The VS Code Server failed to start - node: not found · Issue #6388 · microsoft/vscode-remote-release
VSCode Version: 1.64.2 Local OS Version: Win10 Pro 64bit Remote OS Version: RPi4 with Raspbian GNU/Linux 11 (bullseye) aarch64 Remote Extension/Connection Type: SSH Logs: VSCode: [22:59:52.128] Log...
github.com