I would like to create an image yocto for my board jetson orin nano that integrates deepstream 7.
I saw on jetson-yocto wiki that meta-tegra recipe doesn’t contains deepstream framework.
Does a yocto recipe exist for deepstream?
If not, what is the best way to integrate it in my image?
Thank you for your response, I don’t know if it can be portable for my use. I need Deepstream 7 on Yocto Kirkstone or scarthgap.
I will check on meta-tegra but it says that it doesn’t include deepstream in it recipe.
Also I saw a way to do using Deepstream Docker containers to add it on my system. Is it the best way to do ?
From what I can see, the recipe downloads Debian packages in accordance with the required DeepStream version.
I would suggest you try 2 different approaches:
Try adding that recipe to your project, and bake it, it will hopefully through some logs you can check for the link the recipe uses for downloading the debians. Then, compare the link to what the recipe configures, so you might get an idea on what to change in the recipe so it downloads the DeepStream version you require instead.
Try downloading the debians from SDK Manager yourself, then try moving the debians into yocto and creating a recipe so they can be installed. Or you could even try copying the debians into the board and installing there. This option is not the cleanest one, I would recommend you try option 1 instead.
Please let me know if you require further assistance.
regards,
Andrew
Embedded Software Engineer at ProventusNova