I am looking forward to finding a solution to install CUDA SDK components on my Xavier without any Internet connection.
I already found a way to download all the SDKManager environment and flash my Xavier offline, but all CUDA-related SDK require an Internet connection, which I cannot give due to security reasons.
The install process verifies that the Jetson has Internet access and can install packages through it. Would it be possible to “fool” the process by having a local Ubuntu repo? Or is there another way?
Actually the data send between jetson and sdkmanager is through the usb port. That 192.168.55.1 IP is on USB, not ethernet/internet. Not sure if this is what you want.
Thanks for your answer, yes I’m aware of that, my problem is when I want to install CUDA elements on the Jetson, I need to connect the Jetson to the Internet (SDKManager checks for DNS resolution and apt-update), otherwise the process just fails.
I am still forced to connect the Jetson to the Internet and have a valid sources.list when I want to install CUDA SDKs.
Imaging a system is neither impossible, because for some reason my preproduction device with a customized system looses USB controller when I flash the image of one device to another…
The only thing I’m considering now is to copy all ubuntu and Nvidia repos locally. and make some fake DNS records to point at these local repos…