Default flashing method from source doesn't work

Hello guys. Recently, I have been having trouble with the Jetson AGX Orin Development Kit. I wanted to flash the internal eMMC memory according to the documentation from the source, using the flash.sh script. The script runs and finishes successfully, but the device booting ends in failure. Depending on whether I provided the rootdev parameter as sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1 or sudo ./flash.sh jetson-agx-orin-devkit internal, the boot output differs. What am I doing wrong?
log flash internal.txt (13.0 KB)
log flash mmcblk0p1.txt (8.8 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!

Try this one:

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