Yes, I have confirmed that my Jetpack version is 5.0.2GA. I cross-referenced the compatibility chart, so I believed that I should have been able to successfully run samples from DeepStream 6.1.1. However, in reality, I managed to run samples from DeepStream 6.2 without any issues, whereas the samples from version 6.1.1 failed to run.
Furthermore, I conducted an experiment where I was able to successfully run DeepStream 6.1.1 on my local machine, but it failed to run on Docker. Despite this, I am confident that my operation for pulling the Docker image was not problematic.
nvidia@nvidia-desktop:~$ sudo apt-cache show nvidia-jetpack | grep “Version”
[sudo] password for nvidia:
Version: 5.0.2-b231
There is another phenomenon where, after following identical operation steps on the 3 Jetson AGX Orin modules I have at hand, one of them successfully runs the sample program while the other two fail to run the same sample. Could this situation be indicative of a hardware issue?
These problems are usually caused by incorrect installation of jetpack & deepstream.
Try clearing gstreamer’s cache using the following command.
sudo /opt/nvidia/deepstream/deepstream/install.sh
First ensure that you can see the log output from the gst-inspect-1.0 nvstreammux.
In addition, since your jetpack version is 5.0.2, it is recommended that you use DS-6.1.1.
By the way, are the Jetpack versions of your three devices the same?
Three AGX ORIN devices are all running Jetpack version 5.0.2,
and on each of them, the same Docker command was executed to pull the NVIDIA DeepStream 6.1.1 L4T image:
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
I think DS-6.1.1 should run correctly with Jetpack 5.0.2.
Can you use sdkmanager to re-burn the software stack (no only bsp).