Which DS version for Jetson Orin Nano/Jetpack 5.1.4/L4T 35.6.0?

Hi

I have searched Quickstart Guide — DeepStream 6.3 Release documentation

And noticed that, DS 6.3 for L4T Ubuntu 20.04/Jetpack 5.1.2 GA. And the time of writing, there is deepstream-7.1_7.1.0-1 available.

Latest guide here: Installation — DeepStream documentation suggests

Ubuntu 22.04

GStreamer 1.20.3

NVIDIA driver 535.183.06 (for Data Center GPUs) and 560.35.03 (for RTX GPUs)

CUDA 12.6

TensorRT 10.3.0.26

I’m NOT sure Which DS version for Jetson Orin Nano/Jetpack 5.1.4/L4T 35.6.0?
And Is there any guide(or similar setup steps) avaliable for Jetson Orin Nano/Jetpack 5.1.4/L4T 35.6.0?

See if this helps

https://docs.nvidia.com/jetson/archives/r35.6.0/DeveloperGuide/AR/JetsonSoftwareArchitecture.html#deep-learning-components

@nagesh_accord Thanks.

I didn’t find any direct/specific version related DeepStream TensorRT installation to Jetpack (Sorry)5.1.4 my latest flashed OS .

As NVIDIA jetson software is highly version dependent, especially on their priotery software. And if you installed other versions to try, might be broken some unknow version dependency, then stuck in a mess.

So I want to find their guide on steps first if possible.

See these general steps applicable for all versions probably

Yeah, @nagesh_accord If there is no specific answer. Then maybe I have to try 5.1.2GA steps, which is close to 5.1.4.

But I have met kind of issue on tensorflow, which is very strange, those installtion got my system a mess.

Currently, I’m doing another project, which environment is quite stable. So I’ll wait for a while to see if it’s a direct way to make it happen. If try, try try, then it will be a mess on jetson’s current environment.

Ah, I’m NOT sure if there is a way to dd NVM SSD live system to a usb storage?

You can always install complete jetpack which has cuda and other related packages with the command

Sudo apt-get install jetpack

But this command can’t install DS. Just like tensorflow, not only dependency and installation sequence, and even those installation might get system a mess. Then you will need to re-install the OS.

Especially those higly version dependent software deployment.

Please check the compatibility table. Installation — DeepStream documentation

You can run with DeepStream 6.3 version. If you install JetPack with SDKManager, the corresponding DeepStream SDK is also in the UI to be chosen.

The link also says up to 5.1.2GA / L4T 35.4

OK. I might be close to 5.1.4 /LT35.6

Hmmmm… Currently I don’t have a PC with SDK Manager required resources

Is there any simple way to install, or command line script?

There is no “up to” in the page. The versions between 5.1.2 GA and 6.0 DP are all 5.1.2+ which compatible to DeepStream 6.3.

SDKManager is the standard way to install JetPack.

@DaneLLL Is there any instruction for installing JetPack 5.1.4 and DeepStream 6.3 without SDKManager?

1 Like

Hi,
Please download the packages:

Jetson Linux | NVIDIA Developer
Driver Package (BSP)
Sample Root Filesystem

And follow the steps to extract and flash system image:

Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

And install DeepStream SDK:

$ sudo apt update
$ sudo apt install deepstream-6.3
1 Like

I didn’t find any deepstream-6.3 by apt on Jetpack 5.1.4 L4t 35.6.

There are 6.3/6.4/7.x series.

@DaneLLL What do you suggest for my Jetpack 5.1.4 L4t 35.6 Jetson Orin 8GB board?

@Fiona.Chen I think 6.4 is a 6.x series, which might be more ultimate version for L4T 35.6 (ubuntu20.04) , am i right?

daniel@daniel-nvidia:~/Work/jetson-fpv$ sudo apt update
[sudo] password for daniel:
Hit:3 http://packages.ros.org/ros/ubuntu focal InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:1 https://repo.download.nvidia.cn/jetson/common r35.6 InRelease
Hit:2 https://repo.download.nvidia.cn/jetson/t234 r35.6 InRelease
Hit:4 https://repo.download.nvidia.cn/jetson/ffmpeg r35.6 InRelease
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [128 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [128 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [128 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 DEP-11 Metadata [276 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 DEP-11 Metadata [212 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 DEP-11 Metadata [445 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 DEP-11 Metadata [212 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 DEP-11 Metadata [5,236 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/restricted arm64 DEP-11 Metadata [216 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 DEP-11 Metadata [30.5 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/multiverse arm64 DEP-11 Metadata [212 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 DEP-11 Metadata [65.3 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 DEP-11 Metadata [212 B]
Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 DEP-11 Metadata [159 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 DEP-11 Metadata [212 B]
Fetched 1,366 kB in 8s (166 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
12 packages can be upgraded. Run 'apt list --upgradable' to see them.
daniel@daniel-nvidia:~/Work/jetson-fpv$ sudo apt install deepstream-6.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package deepstream-6.3
E: Couldn't find any package by glob 'deepstream-6.3'