hello. I am using an AGX Orin, and jtop
was working fine until suddenly, it started showing “JetPack not detected.”
Here is the output of the following command:
dpkg -l | grep nvidia-jetpack
ii nvidia-jetpack 6.1+b123 arm64 NVIDIA Jetpack Meta Package
ii nvidia-jetpack-dev 6.1+b123 arm64 NVIDIA Jetpack dev Meta Package
ii nvidia-jetpack-runtime 6.1+b123 arm64 NVIDIA Jetpack runtime Meta Package
echo $JETPACK_VERSION
R36
cat /etc/nv_tegra_release
R36 (release), REVISION: 4.3, GCID: 38968081, BOARD: generic, EABI: aarch64, DATE: Wed Jan 8 01:49:37 UTC 2025
KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia
Even after multiple reboots, the issue still persists. What should I do?
Also, I am specifically using the AGX Orin Developer Kit (not a carrier board).