SDK Manager flash error - Jetson Orin Nano Development Kit

Hi, I am trying to flash Jetson Orin Nano Dev-kit with sdkmanager but I am facing some error…

I am using Ubuntu 20.04.6 LTS as host machine. (not VM machine)
SDKManager version - 2.2.0-12021 x86_64

I tried both jetpack 5.1.4 and jetpack 6.1.
Both downloaded all files successfully but failed in the same step which is after flashing the jetson device.
I attached the logs for my last failed try.
SDKM_logs_JetPack_5.1.4_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-10-29_21-14-30.zip (148.2 KB)

These are result of “$ cat /etc/os-release” command, thank you.

NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

I also tried sdkmanager on WSL2, it happend some errors.
I attached logs and result of lsb-release command.
Thank you.

SDKM_logs_JetPack_6.1_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-10-30_03-29-40.zip (208.6 KB)

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Hi asai-il,

21:23:24.599 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Waiting for target to boot-up...
21:23:25.867 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Waiting for target to boot-up...
21:23:26.869 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Timeout
21:23:26.871 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS: Cleaning up...

From the log you shared, it seems you failed at Step 3 with timeout issue.
Normally, it is caused from the boot issue.

Please check the serial console log from the devkit.
Jetson Nano & NX Style - Serial Debug Console - JetsonHacks

Thank you, I will get a serial console cable. (USB-TTL type, 3.3V)

What should I check in the logs at the serial console?

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.

1 Like

Thank you!
I will check logs when I get a serial cable, and also provide them.

I finished to get the full serial console log as you said.
JetsonOrinNano_SerialConsoleLog.txt (30.9 KB)

What should I do next??
Thank you.

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?

Thank you for your quick reply.

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.

SDKM_logs_JetPack_6.1_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-11-15_01-19-20_microSD.zip (536.2 KB)

SDKM_logs_JetPack_6.1_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-11-15_00-29-33_NVMeSSD.zip (393.9 KB)

BTW, I was able to set up AGX Orin with sdkmanager, this trouble is happening only with Orin Nano…

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?

  1. remove /etc/exports on your host
  2. sudo ufw disable to disable firewall configurations

Thanks to your advice, I successfully flashed Jetson Orin Nano!

So, what was the cause of this?
Should I not create /etc/exports and disable ufw on host machines that use sdkmanager in the future?

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.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.