ok
The flash process fails on ssh. rebooting the box happens if reset. I may have assumed incorrect that if the SDK failed the OS would still be installed.
During the setup process an IP is given to the Orin. Could the ssh be using the IP to connect and not the USB-C cable?
The flash process fails on ssh. rebooting the box happens if reset. I may have assumed incorrect that if the SDK failed the OS would still be installed.
Sorry to say that I have no idea about what you are trying to tell here.
Please share me the screenshot of your sdkmanager. I can tell whether the flash is done or not.
During the setup process an IP is given to the Orin. Could the ssh be using the IP to connect and not the USB-C cable?
Yes, the sdkmanager has option to let you use ethernet to ssh. But that all depends on whether OS could be up or not.
Ok. I got your problem here. Some background story first.
If you want to flash internal emmc storage on your board, sdkmanager will use flash.sh to flash your board. This method does not need any extra NFS server or ssh setup. (but this method cannot flash external storage)
If you want to flash external storage (SSD), it will use a tool called initrd flash which will flash the board’s QSPI storage first for bootloader and then boot into initrd and then use NFS server on your host and ssh to Jetson to do the rest of work to flash external drive.
Your flash failure here is (2).
Error log is :
info: Either the device cannot mount the NFS server on the host or a flash command has failed.
You could try to disable the firewall setting on your host PC to see if it can work.
Or you could also try (1) to not flash external SSD and it shall bypass this error.