jetson-stats is a package to monitoring and control your NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2] Works with all NVIDIA Jetson ecosystem.
The detail instruction is shown in github repository. Here some basic operations will be introduced.
## install pip, if you need
sudo apt-get install python-pip
## or install pip3, if you need
sudo apt-get install python3-pip
## install jetson-stats with pip
sudo -H pip install jetson-stats
## or install jetson-stats with pip3
sudo -H pip3 install jetson-stats
## you can update the tool
sudo -H pip install -U jetson-stats
After installation, just sudo reboot
your jetson device.
nvidia@jetson-xavier:~/$ jtop
nvidia@jetson-xavier:~/$ jtson_release -v
You can run jtop in your python script and control the jetson, include Tegrastats, NVP Model, Fan, Status board (i.g. Model version, Jetpack, … )), read here for detail.
Xavier是arm架构,和x86架构vs安装包不同
Ref Jetson Xavier Nano Lesson 2 and Jetson Nano Lesson 37.
$ sudo apt-get install curl
$ curl -L https://github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb
sudo dpkg -i code-oss_1.32.3-arm64.deb
然后打开code-oss即可使用.
-
进入网站 https://packagecloud.io/headmelted/codebuilds, 点击Packsges
-
查看安装包列表,选择需要的版本(后缀带有arm64(aarch64)),点击查看wget命令,复制下载安装包,使用dpkg进行安装
# example $ wget --content-disposition https://packagecloud.io/headmelted/codebuilds/packages/debian/stretch/code-oss_1.32.0-1550644676_arm64.deb/download.deb $ sudo dpkg -i code-oss_1.32.0-1550644676_arm64.deb