Flasing nvme on Orin Nano DevKit with sdkm stuck on 99%

Flashing JetPack 5.1.5 using docker using sdkmanager:2.2.0.12028-Ubuntu_20.04 image.
Docker container started with --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave flags
Host have installed qemu-user-static and binfmt-support and executed this commands sudo update-binfmts --enable, sudo killall adb(There wasnt ady adb process but to be sure)

Last logs from sdkmanager:

error: Waiting for device to expose ssh ......Error: ipv6: address already assigned.
error: Error: ipv6: address already assigned.
info: Waiting for device to expose ssh ...Run command: flash on fc00:1:1:0::2
info: SSH ready
info: mount.nfs: requested NFS version or transport protocol is not supported
info: Flash failure
info: Cleaning up...

Logs from UART:
logs-after-failed-flash.txt (73.4 KB)

1 Like

I’m having the same issue for JetPack 6.1 to SD card storage.

Also using docker, same image and commands, it seems to get slower and slower up to 99 and I’m scared to leave it running overnight with how hot the board is getting (the fan isn’t turning on, probably because of Force Recovery mode).

I’ve seen this type of problem posted several times, it seems to be a recurring issue with the sdk manager.

Hi,

What is your host system? ubuntu or windows?

Thanks

host system is ubuntu 24

We suggest try other methods:
Download Driver Package (BSP) and Sample Root Filesystem from Jetson Linux | NVIDIA Developer.
And follow the Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation to flash your device.

Thanks