Problem when flashing Orin-Agx

Hi, I have problem when flash new image for Orin-Agx board using sdk-manager. When i flash to my device when get log uart. I see problem like this. Can you help me address my problem? Thanks.
flash_orin_agx.txt (23.2 KB)

Hi,
Please check the quick start in developer guide and make sure you follow the steps one by one:
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/IN/QuickStart.html
If the device still cannot be flashed/booted, please refer to the page to get uart log from the device:
https://elinux.org/Jetson/General_debug
If you are using custom board, you can compare uart log of developer kit and custom board to get more information.

Thanks!

Hi chudat1204,

E> I2C: slave not found in slaves.
E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true.
E> I2C_DEV: Failed to send register address 0x00000000.
E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0.
E> eeprom: Failed to read I2C slave device
C> Task 0x0 failed (err: 0x1f1e050d)
E> Top caller module: I2C_DEV, error module: I2C, reason: 0x0d, aux_info: 0x05

It seems you have I2C read issue in MB2.

Are you using the devkit or custom board for AGX Orin?
What’s the Jetpack version in use?

i am using custom kit and jetpack 5.1.3. Thanks.

For the custom carrier board, SDK Manager may not work since it uses the default BSP package.

Is the board designed by you?
If so, have you referred to Modifying the EEPROM to configure the device tree if there’s no EEPROM on your board?

No, i am using the custom kit from Aetina company. I think I have eeprom on this kit. Thanks

From the log you shared, it is failing during reading the EEPROM through I2C.

Could you get the custom BSP package from your vendor and flash the board again? (instead of using SDK Manager)

Can you point me cmd to flash kit orin-agx 64GB?

$ sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1

You should also check with your vendor to check if they use the custom board config instead of jetson-agx-orin-devkit.conf.

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