Please check if there’s any boot issue so that it can not boot up for SSH access.
Or you can just provide the full serial console log for further check.
From the log you shared, it seems booting into UEFI shell.
It may be caused by no available boot device found.
What’s your boot device? SD or NVMe SSD?
Are you trying to flashing into NVMe SSD?
If so, could you format it as ext4 before use or just try using another NVMe SSD?
Yes, I’m using NVMe SSD 1TB.
Could I format the SSD as ext4 after flashing jetson orin nano with microSD??
Finally, I would like to use NVMe SSD as boot device…
I have tried flash on both microSD and an ext4 formatted NVMe SSD.
However, both produced errors.
I will attach the logs.
Thank you in advance for your time and help.
00:40:50.603 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: mount.nfs: Connection timed out
00:40:50.604 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Flash failure
00:40:50.604 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Either the device cannot mount the NFS server on the host or a flash command has failed. Check your network setting (VPN, firewall,...) to make sure the device can mount NFS server. Debug log saved to /tmp/tmp.iBQwPG0cIV. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2"
00:40:51.868 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Cleaning up...
I’ve checked the logs you shared.
It seems you have nfs related issue.
Could you try if the following methods may help in your case?
remove /etc/exports on your host
sudo ufw disable to disable firewall configurations
Actually, we are not clear about how to reproduce that issue since we can flash the board without doing them.
They are not needed in normal case, but we found they may help for some users.
It may depend on the host.