Is there a way to find the version of the currently installed JetPack on my NVIDIA Jetson Xavier AGX kit?
How to find the JetPack version of NVIDIA Jetson Device?
30.3k views Asked by Pe Dro At
2
There are 2 answers
1
On
git clone https://github.com/jetsonhacks/jetsonUtilities.git
cd jetsonUtilities
python jetsonInfo.py
Output:
NVIDIA Jetson Nano (Developer Kit Version)
L4T 32.5.1 [ JetPack 4.5.1 ]
Ubuntu 18.04.5 LTS
Kernel Version: 4.9.201-tegra
CUDA 10.2.89
CUDA Architecture: 5.3
OpenCV version: 3.4.17-dev
OpenCV Cuda: YES
CUDNN: 8.0.0.180
TensorRT: 7.1.3.0
Vision Works: 1.6.0.501
VPI: ii libnvvpi1 1.0.15 arm64 NVIDIA Vision Programming Interface library
Vulcan: 1.2.70
To get the JetPack version, architecture and dependencies,
For the version specifically,