Hello,
I have build a minimal image for jetson orin nano following below link:
I have download package from Index in my host computer. While I was connected and communicating with board using UART, I created a folder inside root and brought the sd card into linux host computer and copied the deb package into the folder. Then I inserted the sd card into board used sudo dpkg -i package.deb and dpkg -x package.deb, none of them did not work. It showed sudo and dpkg is not found.
Actually, I do not want to use SDK Manager. I am using Linux Mint, and SDK Manager does not work on another distro unless it’s Ubuntu. Is there any way I can add them to the image (in BSP layer or any other layers ?)?