nvidia@tegra-ubuntu:~$ jtop
Skip for setup.py
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$ jetson_release
Skip for setup.py
Software part of jetson-stats 4.3.2 - (c) 2024, Raffaello Bonghi
Traceback (most recent call last):
File “/usr/local/bin/jetson_release”, line 8, in
sys.exit(main())
File “/usr/local/lib/python3.8/dist-packages/jtop/jetson_release.py”, line 45, in main
jetson = get_jetson_variables()
File “/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py”, line 311, in get_jetson_variables
part_number, jetson_part_number = get_part_number()
File “/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py”, line 287, in get_part_number
bus = SMBus(bus_number, force=True)
NameError: name ‘SMBus’ is not defined
I executed the restart jtop command, but jtop still failed to run and cannot execute normally even after restarting the device:
nvidia@tegra-ubuntu:~$ sudo systemctl restart jtop.service
[sudo] password for nvidia:
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$ systemctl status jtop.service
● jtop.service - jtop service
Loaded: loaded (/etc/systemd/system/jtop.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 1970-01-01 08:08:00 UTC; 6s ago
Process: 2692 ExecStart=/usr/local/bin/jtop --force (code=exited, status=1/FAILURE)
Main PID: 2692 (code=exited, status=1/FAILURE)
The jetson_release command error: NameError: name ‘SMBus’ is not defined. I installed SMbus but still got the same error.
This is the only device that has encountered such a problem. I don’t know why, but I hope to receive help.
Are you using the devkit or custom board for Orin NX?
Do you mean the issue is specific to the current device? (i.e. you have another device works with jtop)
If so, have you tried to reflash the board to check if it could help?
If you cannot reflash the board, please share the detailed steps how do you reproduce the issue on this board as the issue is specific to this device.
It may be caused from you modified something on your board so that it reports error when you install jtop.
I have tried installing smbus2,it is still not work:
nvidia@tegra-ubuntu:/etc/apt$ sudo pip install -U smbus2
[sudo] password for nvidia:
Requirement already satisfied: smbus2 in /usr/local/lib/python3.8/dist-packages (0.5.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
nvidia@tegra-ubuntu:/etc/apt$ jtop
Skip for setup.py
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
nvidia@tegra-ubuntu:/etc/apt$ jetson_release
Skip for setup.py
Software part of jetson-stats 4.3.2 - (c) 2024, Raffaello Bonghi
Traceback (most recent call last):
File "/usr/local/bin/jetson_release", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/jtop/jetson_release.py", line 45, in main
jetson = get_jetson_variables()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 311, in get_jetson_variables
part_number, jetson_part_number = get_part_number()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 287, in get_part_number
bus = SMBus(bus_number, force=True)
NameError: name 'SMBus' is not defined
nvidia@tegra-ubuntu:/etc/udev/rules.d$ sudo pip3 install smbus2
Requirement already satisfied: smbus2 in /usr/local/lib/python3.8/dist-packages (0.5.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
nvidia@tegra-ubuntu:/etc/udev/rules.d$ sudo systemctl restart jtop.service
nvidia@tegra-ubuntu:/etc/udev/rules.d$
nvidia@tegra-ubuntu:/etc/udev/rules.d$
nvidia@tegra-ubuntu:/etc/udev/rules.d$ systemctl status jtop.service
● jtop.service - jtop service
Loaded: loaded (/etc/systemd/system/jtop.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2025-10-23 11:37:23 UTC; 6s ago
Process: 4804 ExecStart=/usr/local/bin/jtop --force (code=exited, status=1/FAILURE)
Main PID: 4804 (code=exited, status=1/FAILURE)
nvidia@tegra-ubuntu:/etc/udev/rules.d$
nvidia@tegra-ubuntu:/etc/udev/rules.d$ jtop
Skip for setup.py
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
nvidia@tegra-ubuntu:~$ jetson_release
Skip for setup.py
Software part of jetson-stats 4.3.2 - (c) 2024, Raffaello Bonghi
Traceback (most recent call last):
File "/usr/local/bin/jetson_release", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/jtop/jetson_release.py", line 45, in main
jetson = get_jetson_variables()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 311, in get_jetson_variables
part_number, jetson_part_number = get_part_number()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 287, in get_part_number
bus = SMBus(bus_number, force=True)
NameError: name 'SMBus' is not defined
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$ sudo jtop --force
[sudo] password for nvidia:
Skip for setup.py
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service