Hi,
I am able to get through the flashing process until SDK Manager needs to SSH via USB into my Orin NX to complete flashing. I see this error:
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
I’ve tried disabling ipv6 on the host to try to see if I can ssh over ipv4 but still run into the same issue. In addition I’ve installed nfs-common
package.
The docker invocation I use is sudo docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetPack_NX_Devkit --network host
.
Any ideas?