Deepstream 6.3 on JP5.1.1

Hi,

I have a question regarding DeepStream 6.3 compatibility.

I’m currently using DeepStream 6.2 on JetPack 5.1.1 (Jetson Orin AGX), and I’m interested in upgrading to DeepStream 6.3 as i found several new features that would be highly beneficial for my work. However, according to the documentation, DeepStream 6.3 requires JetPack 5.1.2.

Unfortunately, due to certain work-related constraints (which I’m unable to disclose), I’m unable to upgrade from JetPack 5.1.1 at this time.

Is there any possibility to run DeepStream 6.3 on JetPack 5.1.1, even if unofficially or with some workarounds?

Any insights or guidance would be greatly appreciated.

My current setup:

  • Hardware Platform: Jetson Orin AGX
  • DeepStream Version: 6.2
  • JetPack Version: 5.1.1
  • TensorRT Version: 8.5.2
  • Issue Type: questions

Thanks in advance!

Hi,

From what I can see, there are no changes in the listed dependencies between DeepStream 6.2 and 6.3, they appear to be identical. So in theory, you should be able to install DeepStream 6.3 over 6.2 without dependency issues.

That said, keep in mind that even if the declared dependencies haven’t changed, internal differences in the binaries could still cause runtime issues.

Here’s the process:

  1. Download the .deb using SDK Manager (choose “Download Only” mode).
  2. Copy it to the target board:

scp deepstream-6.3_6.3.0-1_arm64.deb user@<board-ip>:~

  1. Install it using apt:

sudo apt install ./deepstream-6.3_6.3.0-1_arm64.deb

Let me know if you hit any issues during the upgrade.

1 Like

No. It is not supported and guaranteed.

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