jetson nano install jtop

1. Check the power mode

sudo /usr/sbin/nvpmodel -q

2. Install jtop

#Install dependencies
 


sudo apt-get install git cmake
sudo apt-get install python3-dev python3-pip
sudo apt-get install libhdf5-serial-dev hdf5-tools
sudo apt-get install libatlas-base-dev gfortran

sudo pip3 install -U jetson-stats

sudo systemctl restart jetson_stats.service

reboot

3. Start command

jtop

4. After the installation is completed, it cannot be run. It keeps prompting to restart the jtop service. Use the following command to reinstall it once to solve the problem.

        

sudo -H pip3 install jetson-stats

Guess you like

Origin blog.csdn.net/weixin_46658531/article/details/130908536