asai-il
October 29, 2024, 12:37pm
1
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.
asai-il
October 30, 2024, 10:02am
7
Thank you!
I will check logs when I get a serial cable, and also provide them.