LoginSignup
0
0

More than 1 year has passed since last update.

JetsonにVSCodeをインストールする JetsonNX Jetpack4.5

Last updated at Posted at 2021-05-19

Jetson上にVSCodeをインストールする方法が分かりづらかったので記録。
ビルドとか不要でインストールできます。
結果的には、sshで別マシンのVS-codeからアクセスした方が快適。

VS-codeのインストール

git上の JetsonHacksNanoに記載があった。NanoでJetpack4.4.1でテストしたと記載されている。
https://github.com/JetsonHacksNano/installVSCode
git clone https://github.com/JetsonHacksNano/installVSCode
cd installVSCode
./installVSCodeWithPython.sh #pythonの拡張も入れるとき(自分)
./installVSCode.sh #拡張無し

以下を参考にメニューバーを表示させる。
https://qiita.com/koppe/items/64d155bc7814441920f9#%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%83%90%E3%83%BC%E3%82%92%E8%A1%A8%E7%A4%BA%E3%81%99%E3%82%8B

機能拡張ctrl + shift + p で日本語パックを選ぶ。

以下のページも試しましたが、インストール失敗しました。
zenetio/Install-VScode-On-TX2
https://github.com/zenetio/Install-VScode-On-TX2

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0