Unable to flash the AGX Jetson Orin (Developer kit) with sdk manager

I’m currently experiencing an issue while trying to flash my Jetson AGX Orin Dev Kit 64GB. The flashing process is unable to complete successfully, and I’m encountering an error. Here are the relevant details and error messages:

Problem:
I’m attempting to flash the Jetson AGX Orin Dev Kit 64GB using the recommended tools and procedures, but the process fails partway through.

What I Did:

  1. Followed the official flashing instructions provided by NVIDIA.
  2. Used the correct configurations and files as per the documentation.

Terminal tab:

13:17:57 INFO: Flash Jetson Linux - flash: [OEMPreconfig] Password for L4T new user onsite:
13:17:57 INFO: Flash Jetson Linux - flash: *** Checking target board connection ...
13:17:57 INFO: Flash Jetson Linux - flash: *** Reading ECID ...
13:17:57 INFO: Flash Jetson Linux - flash: *** Reading EEPROM ...
13:17:57 INFO: Flash Jetson Linux - flash: [ 0.1025 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb
13:17:58 INFO: Flash Jetson Linux - flash: 5
13:17:58 INFO: Flash Jetson Linux - flash: 2 Applet version 01.00.0000
13:17:59 INFO: Flash Jetson Linux - flash: [ 1.6899 ] M
13:18:01 ERROR: Flash Jetson Linux - flash: command terminated with error
13:18:01 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed

The process initiates correctly, connecting to the target board and reading the ECID and EEPROM. However, it fails during the execution of tegrabct_v2, showing a command termination error shortly after it begins.

Steps Taken to Resolve:

  1. Rechecked all connections to ensure everything is securely connected.
  2. Verified that the correct files and configurations are being used.
  3. Tried rebooting the system and starting the process afresh.

Despite these attempts, the error persists. Has anyone encountered a similar issue or can provide guidance on how to resolve this?

sdkm_replay.txt (1.8 MB)
default_replay.txt (37.6 KB)
JetPack_6.0_Linux_replay.txt (97.3 KB)

Hello,

Welcome to the NVIDIA Developer forums! Your topic will be best served in the Jetson category.

I will move this post over for visibility.

Cheers,
Tom

Please put the zip file from SDKM here.
None of the three files make help.

SDKM_logs_JetPack_6.0_(rev._2)_Linux_for_Jetson_AGX_Orin_modules_2024-06-18_13-16-10.zip (672.2 KB)

The EEPROM is corrupted:

13:18:01.563 - Info: Parsing module EEPROM:
13:18:01.563 - Info: 
13:18:01.565 - Info: --- Parsing board ID (ERROR: calculated CRC8 0x9b != stored CRC8 0xfa) succeeded.
13:18:01.565 - Info: 
13:18:01.568 - Info: --- Parsing board version (ERROR: calculated CRC8 0x9b != stored CRC8 0xfa) succeeded.
13:18:01.568 - Info: 
13:18:01.570 - Info: --- Parsing board SKU (ERROR: calculated CRC8 0x9b != stored CRC8 0xfa) succeeded.
13:18:01.570 - Info: 
13:18:01.573 - Info: --- Parsing board REV (ERROR: calculated CRC8 0x9b != stored CRC8 0xfa) succeeded.
13:18:01.573 - Info: 
13:18:01.574 - Info: Error: Target board not found.

Find the path to Linux_for_Tegra on your host PC, and do it like:

sudo BOARDID=3701 BOARDSKU=0005 FAB=500 ./flash.sh jetson-agx-orin-devkit internal

After it can be flashed and boots into kernel, use i2cset to correct the cheksum bit in EEPROM.

Thank you for assisting me!

That was indeed the issue.

1 Like

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