Fix JTOP

From Simon's Help System
Jump to navigation Jump to search

To modify the jetson_variables.py file, you would need to:

Locate the file: The file is likely located in the /usr/local/lib/python3.10/dist-packages/jtop/core/ directory, as specified in the question. Edit the file: Open the file in a text editor and navigate to line 45.

Add the new line:

"36.4.4": "6.2.1",

Then

sudo cp -pu /usr/local/jetson_stats/jtop.service  /etc/systemd/system/

sudo systemctl daemon-reload
sudo systemctl restart jtop.service

To check which version of JetPack is installed run:

    sudo apt-cache show nvidia-jetpack