I’m trying to flash Jetpack version 5.1.2 on an SSD my Jetson Orin Nano (8gb Dev Kit). My host machine is running 22.04, which only allows me to flash Jetpack 6.0, so I’m trying to use the Ubuntu 20.04 SDK manager docker container to flash using the CLI. This is the command I’m running on the host machine
docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetPack_Orin_Nano_Devkit --network host sdkmanager --cli --action install --login-type devzone --product Jetson --target-os Linux --version 5.1.2 --host --target JETSON_ORIN_NANO_TARGETS --select 'Jetson Linux' --select 'Jetson Runtime Components' --select 'Jetson SDK Components' --select 'Developer Tools' --flash --license accept
It downloads the image, detects my Jetson in recovery mode connected via USB C, and begins flashing, but never finishes…
It hangs at 99% for hours, I’ve tried multiple times on two separate Jetsons and I keep getting this issue. I was successfully able to flash Jetpack 6.0 which the SDK Manager interface on my host machine. But I need 5.1.2, so I’m stuck with the Docker CLI. Am I missing something in my command? Any help would be appreciated.