I am using Jetson Orin Nano Developer Kit.
When I run jetson_release, I get the following message.
Software part of jetson-stats 4.2.3 - (c) 2023, Raffaello Bonghi
Jetpack missing!
Model: NVIDIA Jetson Orin Nano Developer Kit
L4T: 36.2.0
NV Power Mode[0]: 15W
Serial Number: [XXX Show with: jetson_release -s XXX]
Hardware: [XXX] Module: Check with sudo
Module: Check with sudo
Platform: [XXX] Hardware: Module: Check with sudo
Distribution: Ubuntu 22.04 Jammy Jellyfish
Release: 5.15.122-tegra
jtop: jtop
Version: 4.2.3
Service: Inactive
Libraries: CUDA: 12.2.140
CUDA: 12.2.140
cuDNN: 8.9.4.25
TensorRT: 6.0
VPI: 3.0.10
Vulkan: 1.3.204
OpenCV: 4.8.0 - with CUDA: NO
I ran nvidia-jetpack and got the following
Package: nvidia-jetpack
Version: 6.0-b52
Priority: standard
Section: metapackages
Maintainer: NVIDIA Corporation
Installed-Size: 199 kB
Depends: nvidia-jetpack-runtime (= 6.0-b52), nvidia-jetpack-dev (= 6.0-b52)
Homepage: http://developer.nvidia.com/jetson
Download-Size: 29.3 kB
APT-Manual-Installed: yes
APT-Sources: https://repo.download.nvidia.com/jetson/common r36.2/main arm64 Packages
Description: NVIDIA Jetpack Meta Package
jetpack is installed, but I can’t start jetson-stats, is it because the jetson-stats module is incompatible with Jetpack?
The version of jetson-stats is 4.2.3 and the version of jetpack is 6.0.
Thank you in advance.
Translated with DeepL.com (free version)
Hi @gecreative.kasa , I don’t believe that jetson_stats/jtop has been updated for JetPack 6.0 yet, but that @rbonghi plans to in the near future.
opened 01:09AM - 06 Dec 23 UTC
missing
Jetpack
Please update jetson-stats with new jetpack
### Linux for Tegra
- L4T: JetPa… ck 6.0 Developer Preview
### jetson-stats
- Version: 4.2.3
```
$ sudo systemctl status jtop.service
○ jtop.service - jtop service
Loaded: loaded (/etc/systemd/system/jtop.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Wed 2023-12-06 08:58:40 CST; 46s ago
Process: 14502 ExecStart=/usr/local/bin/jtop --force (code=exited, status=0/SUCCESS)
Main PID: 14502 (code=exited, status=0/SUCCESS)
CPU: 395ms
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: data = self.jtop_decode()
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: File "/usr/local/lib/python3.10/dist-packages/jtop/service.py", line 575, in jtop_decode
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: data['mem'] = self.memory.get_status(total)
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: File "/usr/local/lib/python3.10/dist-packages/jtop/core/memory.py", line 428, in get_status
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: utilization = int(cat(self._root_path + "/actmon_avg_activity/mc_all"))
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: File "/usr/local/lib/python3.10/dist-packages/jtop/core/common.py", line 109, in cat
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: with open(path, 'r') as f:
Dec 06 08:58:39 jasl-agx-orin jtop[14531]: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/actmon_avg_activity/mc_all'
Dec 06 08:58:39 jasl-agx-orin jtop[14502]: [INFO] jtop.service - Service closed
Dec 06 08:58:40 jasl-agx-orin systemd[1]: jtop.service: Deactivated successfully.
```
Thank you for your response.
Hi @gecreative.kasa
I will fix it soon, hopefully for this Christmas holiday. (It’s a personal project and I didn’t have time to work on it previously)
Yes, you can download the latest version of jetson-stats 4.2.4 directly from:
sudo pip3 install -U jetson-stats
Release note: Release ⛵ Jetpack 6 onboard! · rbonghi/jetson_stats · GitHub
Documentation: jetson-stats 4.2.4