Fix JTOP: Difference between revisions

From Simon's Help System
Jump to navigation Jump to search
Simon (talk | contribs)
Created page with "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: <pre>"36.4.4": "6.2.1","
 
Simon (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
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.
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.
Edit the file: Open the file in a text editor and navigate to line 45.
Add the new line: <pre>"36.4.4": "6.2.1",
Add the new line: <pre>"36.4.4": "6.2.1",</pre>
 
Then
 
<pre>sudo cp -pu /usr/local/jetson_stats/jtop.service  /etc/systemd/system/
 
sudo systemctl daemon-reload
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