Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson Orin NX (R36.3)
• DeepStream Version: 7.0
• JetPack Version (valid for Jetson only): 6.0 (rev 2)
• Issue Type( questions, new requirements, bugs): question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing):
Download SDKManager, launch with sdkmanager --archived-versions. I have JetPack 6.0 (rev. 2) downloaded, but I don’t see an option for DeepStream at all. Worked on the older version (not sure exactly which version) of SDKManager but I updated to the most recent (2.3.0.12617) today and am no longer sure of how to load DeepStream 7.0 onto the Orin. I’d like to go back to JP 6.0 and DS 7.0 to debug some things.
For context, the issue I’m trying to debug is the following commands allowed me to load a custom camera overlay file in JP 6.0 and DS 7.0:
sudo cp ~/tegra234-p3767-camera-p3768-imx477-custom-echopilot-ai-overlay.dtbo /boot
sudo /opt/nvidia/jetson-io/config-by-hardware.py -n 2="Camera IMX477 Custom Echopilot Overlay"
But gives me this error when I attempt it in JP 6.1 DS 7.1:
Traceback (most recent call last):
File "/opt/nvidia/jetson-io/config-by-hardware.py", line 126, in <module>
main()
File "/opt/nvidia/jetson-io/config-by-hardware.py", line 95, in main
jetson = board.Board()
File "/opt/nvidia/jetson-io/Jetson/board.py", line 241, in __init__
self.dtb = _board_get_dtb(self.compat, self.model, dtbdir)
File "/opt/nvidia/jetson-io/Jetson/board.py", line 151, in _board_get_dtb
raise RuntimeError("No DTB found for %s!" % model)
RuntimeError: No DTB found for EchoPilot AI!
It’s possible that the root cause could be unrelated, but I’m assuming this is because the compatibility check fails. Happy to provide any other information needed.