Host machine: Ubunut 22.04 X86_64
SDK Manager version: 2.2.0.12028
allways get failed when flashing. I changed several usb cable and usb port, no luck.
log attached
SDKM_logs_JetPack_6.2_Linux_for_Jetson_AGX_Orin_64GB_2025-01-26_11-41-13.zip (96.0 KB)
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!
Got this error when execute: sudo ./flash.sh jetson-agx-orin-devkit internal
Making Boot image… done.
Not signing of boot.img
Making recovery ramdisk for recovery image…
Re-generating recovery ramdisk for recovery image…
/home/SENSETIME/wangmingke/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp /home/SENSETIME/wangmingke/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader /home/SENSETIME/wangmingke/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra
72720 blocks
gzip: /home/SENSETIME/wangmingke/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.15.148-tegra
command is failed
Hi,
Some questions to confirm.
- Is your Ubuntu a native or a virtual machine(e.g. VirutalBox, VMware)?
- Is your AGX Orin a dev kit or custom carrier board?
Thanks