Search code examples
nvidianvidia-jetsonnvidia-jetson-nanonvidia-deepstream

Is DeepStream SDK support Jetson Nano?


My goal is to run DeepStream SDK 6.2 (or older version).

The official SD Card Image is JP461 (I assume it's JetPack 4.6.1). However, DeepStream SDK 6.2 require JetPack 5.1.

The problem is JetPack 5.1 does not mention Nano at all and I can't find older version of DeepStream SDK.


Solution

  • You will not be able to see the archived versions of Deepstream without signing in. You can find the download links here

    Note that 6.0.1 is the last release for Jetson Nano.
    Incase you need docker images, you can directly docker pull on the Jetson (assuming you have Jetpack 4.6.1 installed)

    docker pull nvcr.io/nvidia/deepstream-l4t:6.0.1-base
    

    (You can find all the images here)