Flashing Orin NX from docker stuck on “Waiting for target to boot-up”

When flashed from docker container, flashing process stops at “Waiting for target to boot-up” and eventually times out.

the docker image was downloaded from NVIDIA and is launched as

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /mnt/sda3/sdkmanager:/media/nvidia:slave --name JetPack_NX_Devkit sdkmanager:18-latest  --export-logs /home/nvidia/  --cli --action install --login-type devzone --product Jetson --target-os Linux --host --target JETSON_ORIN_NX_TARGETS --flash --license accept --stay-logged-in true  --collect-usage-data enable --exit-on-finish

Flash log: Flash log

Any help appreciated

Thanks

Hi,
Please get UART log of the Orin NX device. So that you can check if the device is booted.or where it gets stuck.

And may try to do the flashing without docker. To confirm whether the failure is specific to using docker.

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