Jetpack components install without sdkmanager

Hi, we are using jetpack 4.6.3 , with jetson nano production som, (jetson nano developer). We want to install these without using SDK manager , but from command line , is there any way possible to do so from cli , or incase only possible way is to download and install inside the board, my emmc doesn’t have enough space to do so , can i do it so in my external storage. Thank you.

Hi,

you may use some tools like this to boot from a USB drive

GitHub - jetsonhacks/bootFromUSB: Boot NVIDIA Nano Jetson Developer Kit from a mass storage USB device (Jetson Nano devices A02, B01, 2GB and possibly Jetson TX1)

Then install JetPack components by running

sudo apt update
sudo apt install nvidia-jetpack

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.