I am trying to flash my Jetpack 6.1 for my Jetson Orin Nano 8GB developer kit, and it is a custom board from Advantech. I am running SDK Manager on Ubuntu 20.04. Retried several times and the installation stuck at around 32%, showing error with “Flash Jetson Linux.” Every time I check the terminal on the SDK Manager, it shows that the error starts with the line:
I wonder if i have operation mistakes or version compatibility problems, or the problem is related to the custom board. Actually, Advantech had flashed this Jetson Orin Nano and placed a SSD, but it is with ubuntu 20.04 and I want to run ubuntu 22.04 with my SD card by flashing Jetpack 6.1, so I removed its SSD and pluged in my 128GB SD card before flashing the Jetpack.
Are you using the custom carrier board for Orin Nano 8GB module?
If so, SDK Manager may not work in your case since it use official BSP package rather than custom BSP package.
Please request the custom BSP package from your vendor and use command to flash the board.
16:25:40.689 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: mount.nfs: Connection timed out
16:25:40.700 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Flash failure
16:25:40.701 - 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.Z2f1x1JenC. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2"
16:25:41.126 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Cleaning up...
From the log you shared, please also try to disable the firewall configurations on your host to check if it could help.