I’m trying to flash a Jetson Xavier NX 8GB with the latest version of JetPack 5.0.2. I’m using SDK Manager 22.04 via the docker image with the command: docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave sdkmanager --cli install --logintype devzone --product Jetson --version 5.0.2 --targetos Linux --host --target JETSON_XAVIER_NX_TARGETS --flash all --additionalsdk 'DeepStream 6.1.1' --license accept
.
However, it gets stuck at 99% and gives a timeout error to ask me if I want to continue:
How can I fix it? Where can I get the logs? Thanks!