nvidia-jetsonjetson-xaviernvidia-jetpack-sdk

How to find the JetPack version of NVIDIA Jetson Device?


Is there a way to find the version of the currently installed JetPack on my NVIDIA Jetson Xavier AGX kit?


Solution

  • To get the JetPack version, architecture and dependencies,

    sudo apt-cache show nvidia-jetpack
    
    #Package: nvidia-jetpack
    #Version: 4.4.1-b50
    #Architecture: arm64
    #Maintainer: NVIDIA Corporation
    #Installed-Size: 194
    #Depends: nvidia-cuda (= 4.4.1-b50), nvidia-opencv (= 4.4.1-b50), nvidia-cudnn8 (= 4.4.1-b50)
    

    For the version specifically,

    sudo apt-cache show nvidia-jetpack | grep "Version"
    
    #Version: 4.4.1-b50