Please provide complete information as applicable to your setup.
• Hardware Platform Jetson Orin Nano Developer Kit • DeepStream Version 7.1 • JetPack Version (valid for Jetson only) 6.1
I have been trying to get a sample app to run on my Jetson Orin Nano Developer Kit, but I can’t make it work.
First, I tried the “quickstart” described here. I successfully updated firmware etc, wrote image to SD card, booted and tried to run a sample app inside a docker container ran from the image nvcr.io/nvidia/deepstream:7.1-samples-multiarch , but I got errors regarding CUDA version 12.2 instead of >= 12.6. Therefore I followed this to upgrade compute stack.
In the container, I ran ./user_additional_install.sh , and installed additional packages mentioned in deepstream-app README. I got errors regarding the encoding. I disabled hardware encoding in config-file but faced more issues.
In the README, it said I should install using SDK Manager. I figured I’d give it a try so that maybe everything would be set up correctly instead of me trying to follow different guides everywhere.
I don’t know how to solve it after googling around, and I don’t understand why I encounter this when just following a step-by-step guide to setup using the SDK Manager.
Which way of flashing and setting up Jetson Orin Nano is recommended? And which sample app can I use (with which modifications needed) to confirm that I got everything installed correctly?
And do you know why I encounter this problem when trying to setup using SDK Manager, and what I can do to fix it?
Hi @deepstreamproton ,
What’s the Jetpack version on your Orin Nano Devkit?
If the version is Jetpack6.0, you can install DeepStream7 and it will not need to upgrade your devkit to Jetpack 6.1.
You can use SdkManager or install from guide to install DeepStream7.0 on it and avoid flushing your devkit to Jetpack 6.1.
The Jetson firmware is 36.4 and jetpack 6.1. Why would I not want JetPack 6.1? And now that I already have that installed, do you recommend me to change that? And if so; how?
Installing with the SDK Manager doesn’t work. There is an error at the flashing jetson linux step, I attached the logs above. I also talked to another person trying the same method and running into the same problem so that might be worth looking at
The log shows the Jetpack is flashed instead of DeepStream and failed for some reason, which may have clue if there is serial log.
If you have JP6.1 installed already, you may also try the steps from installation guide above.
13:44:10.263 - Info: Waiting for target to boot-up...
13:44:11.264 - Info: Timeout
13:44:11.264 - Info: Device failed to boot to the initrd flash kernel. Please retrive the serial log during flashing to debug further.
Please try
Jetson AGX Orin FAQ
Q: I get a USB timeout error during flash Orin. How to resolve that?
If the issue persists, please get UART log of the Orin Nano developer kit:
Do you have anyn suggestion which sample app I could try? I have Jetson Orin Nano developer Kit. It seems the ones I try are not working due to the hw encoding not being available on orin nano