Installing Deepstream on Jetson AGX Orin Developer Kit

Please provide complete information as applicable to your setup.

Jetson AGX Orin Developer Kit
JetPack 5.1.2

I recently got a Jetson AGX Orin Developer Kit, and was looking on how to install Deepstream. Is the SDK Manager required to install Deepstream? I saw a previous post on the forums Deepstream SDK installation in Jetson AGX Orin which pointed to this page https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#jetson-setup for Deepstream installation step. Unless I am understanding it wrong, I didn’t find how to install Deepstream based on that page.

I could find another computer and put Linux on it to install Deepstream, but would like to avoid it if possible. Please let me know if there is an alternative that would allow me to install Deepstream.

Thanks,
Andrew

You can use SDK Manager, as shown below. Using the SDK Manager is a convenient option. SDK Manager needs to be installed on Ubuntu

Of course, you can also choose to download deb/gz and install it manually

Thanks. I ended up downloading the deb and installing it manually. I followed the instructions here: https://docs.nvidia.com/metropolis/deepstream/6.2/dev-guide/text/DS_Quickstart.html#install-the-deepstream-sdk. However, I now get this error when I try and run deepstream:

$ deepstream-app
deepstream-app: error while loading shared libraries: libcudla.so.1: cannot open shared object file: No such file or directory

I found this post: https://forums.developer.nvidia.com/t/cannot-open-libcudla-so-1-when-running-deepstream-app/273456 which had the same issue as me. However, I found when I ran the instructions found in the post, specifically:

sudo apt update
sudo apt install nvidia-jetpack

It did not fix my issue. Is there anything else you can recommend to resolve the issue? Should I re-install JetPack? I am trying to avoid the SDK Manager, but imagine that is an option if I can figure it out.

I also checked if I could find the file libcudla.so.1. It looked like it was installed, as I was able to find it. But obviously, I am having the issue mentioned above.

Any information is much appreciated.

Thanks,
Andrew

If you avoid using SDK Manager you can try Package Management Tool (apt), try this guide.

If this guide does not solve the problem, re-flashing using SDKManager may be unavoidable,thanks.

https://docs.nvidia.com/jetson/jetpack/install-setup/index.html#install-jetpack-components-on-jetson-linux

I ended up re-flashing with the SDK Manager

Andrew

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.