Fix JTOP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
sudo systemctl daemon-reload | sudo systemctl daemon-reload | ||
sudo systemctl restart jtop.service</pre> | sudo systemctl restart jtop.service</pre> | ||
To check which version of JetPack is installed run: | |||
<pre> sudo apt-cache show nvidia-jetpack</pre> |
Latest revision as of 15:52, 9 August 2025
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