Jetson Nano CLI SDKManager from Docker Image

Hi guys I’m new to all of this and I am super lost, I have been trying to fix this for almost a month, and each step has taken me a lot of time and effort and I am about to give up on using jetson nano, as it seems too complex for me.

My problem is that I am trying to install the Jetson SDK Components on my jetson nano from the sdkmanager docker image the ubuntu18.04 from the ubuntu 22.04, and what I could flash and everything (even tho it wasn’t necessary) but I can’t install the Jetson SDK Components as the next error pops up:

I’ve made sure that the container can ping the jetson nano, the host con connect the jetson nano via SSH (I can run commands from the terminal in the computer and all)
but still it gives me this error, please can anyone help me?

My discord name is xenonelciclon in case you want to help me, I promise if I find the solution it will be posted here, with or without help. But please I am growing desperate.

Thanks for your attention anyhow

Also, this is the command I used to run the docker container:
docker run -it --privileged --network host
–cap-add=NET_ADMIN
-v /dev/bus/usb:/dev/bus/usb
–name nice_napier
sdkmanager:2.2.0.12028-Ubuntu_18.04
–cli --action install
–product Jetson
–version 4.6.1
–target-os Linux
–host
–target JETSON_NANO
–flash all
–license accept
–archived-versions

And as I said I can SSH from the container too, but I get this error, I’ve tryed changing the code of the .sh file that gives me that error, but it goes back to default when I try to run it again, what else could I do??

Hi,

It might be a network issue with docker.
We suggest to only install Jetson OS in docker.
And install sdk component using below command in Jetson Nano.

sudo apt update
sudo apt install nvidia-jetpack

Thanks

Hi David, thanks for your rapid response,

I’ve been installing nvidia-jetpack as you suggested and wow, it works perfectly fine I’ve also had to install other drivers and programs for the camera but now everything works.

Thank you so much, I guess I was just too overwhelmed by working in such a new environment.

PS: This is a picture of me and my friend and colleague Andrés from the IMX 219 IR-CUT camera I’ve attached to the Jetson Nano, I look so happy because it has been an absolute nightmare when the solution was soo easy. Cheers from workshop 141 one of IRCV’s research group here in URV.

1 Like

Glad to know issue solved!