使用 VSCode 和 Raspberry Pi 1
Using VSCode with a Raspberry Pi 1
我正在尝试用 VSCode 设置 Raspberry Pi 1,这样我就可以在上面 运行 远程编码。我已经在 Pi 上安装了 VSCode,但是当尝试使用 'code' 命令启动它时,我收到 'Illegal instruction' 错误。
我尝试从我的 Windows 工作站远程连接,但我收到一条错误消息,提示“不支持远程主机架构”。
我的问题是,可以在原始 Pi 上安装 VSCode 吗?如果没有,除了 ssh 和 VNC,您还使用什么 IDE 远程工作?
According to VS Code's official site, Raspberry Pi 1 is not supported.
First-generation Raspberry Pi modules and Raspberry Pi Zero are not supported as they only include an ARMv6 CPU.
在我看来 Raspberry Pi 1 的硬件非常低,我相信它会让您在编写代码时遇到困难。如果您仍然想使用它,您可以继续使用基于浏览器的编辑器,例如 AWS cloud9.
我正在尝试用 VSCode 设置 Raspberry Pi 1,这样我就可以在上面 运行 远程编码。我已经在 Pi 上安装了 VSCode,但是当尝试使用 'code' 命令启动它时,我收到 'Illegal instruction' 错误。
我尝试从我的 Windows 工作站远程连接,但我收到一条错误消息,提示“不支持远程主机架构”。
我的问题是,可以在原始 Pi 上安装 VSCode 吗?如果没有,除了 ssh 和 VNC,您还使用什么 IDE 远程工作?
According to VS Code's official site, Raspberry Pi 1 is not supported.
First-generation Raspberry Pi modules and Raspberry Pi Zero are not supported as they only include an ARMv6 CPU.
在我看来 Raspberry Pi 1 的硬件非常低,我相信它会让您在编写代码时遇到困难。如果您仍然想使用它,您可以继续使用基于浏览器的编辑器,例如 AWS cloud9.