Series
- Getting Started with Nvidia Jetson Nano
- how to install vscode on Nvidia Jetson Nano
- how to use vscode remote-ssh for Linux arm64 aarch64 platform such as Nvidia Jetson TX1 TX2 Nano
Guide
- Host: Ubuntu 16.04/18.04, VS Code Insiders
- Target: ARM64 Jetson Nano, Ubuntu 18.04
for using
Remote-SSH
for Linux arm64 aarch64 platform such as Nvidia
Jetson TX1 TX2 Nano, we have to installVS Code Insiders
instead of normalVS Code
Steps as follow:
donwload
code-insiders_1.42.0-1576733727_amd64.deb
from here.install
VS Code Insiders
by$ sudo dpkg -i code-insiders_1.42.0-1576733727_amd64.deb
start
VS Code Insiders
$ code-insiders
install
Remote-SSH
extension forVS Code Insiders
and restartNow we can use
VS Code Insiders
to connect to your Linux arm64 aarch64 platform such as Nvidia
Jetson TX1 TX2 Nano
check vscode version
code
1.40.1code-insiders
1.42.0
1 | # vscode |
History
- 2019/12/20: created.