Jetson Orin JetPack 6.1 RAS Uncorrectable error on DP port

Getting this error with a Jetson Orin NX 16GB when plugged to a DP display. Flashed with the latest Jetpack 6.1 and Jetson Linux 36.4.
using ./flash.sh jetson-orin-nano-devkit-nvme internal

��ERROR: Exception reason=0 syndrome=0xbe000411
ERROR: **************************************
ERROR: RAS Uncorrectable Error in IOB, base=0xe010000:
ERROR: Status = 0xe4000612
ERROR: SERR = Error response from slave: 0x12
ERROR: IERR = CBB Interface Error: 0x6
ERROR: MISC0 = 0x44020040
ERROR: MISC1 = 0x5ed4860000000000
ERROR: MISC2 = 0x0
ERROR: MISC3 = 0x0
ERROR: ADDR = 0x8000000013800800
ERROR: **************************************
ERROR: sdei_dispatch_event returned -1
ERROR: **************************************
ERROR: RAS Uncorrectable Error in ACI, base=0xe01a000:
ERROR: Status = 0x60000d04
ERROR: SERR = Assertion failure: 0x4
ERROR: IERR = SNOC Write Error: 0xd
ERROR: **************************************
ERROR: sdei_dispatch_event returned -1
ERROR: Powering off core

Wondering if there’s a workaround, thank you

Please use initrd flash to flash instead of the command you are using now.

Hi, thank you for the fast response. So I tried:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-only --network usb0 --external-device nvme0n1 -c tools/kernel_flash/flash_l4t_external.xml jetson-orin-nano-devkit-nvme internal
sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-orin-nano-devkit internal
sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-orin-nano-devkit-nvme internal
sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-agx-orin-devkit internal
sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-agx-orin-devkit-as-nx-16gb internal

but the problem persists, would I be missing something?

Your command is still wrong.

Copy and paste command just from here.

https://docs.nvidia.com/jetson/archives/r36.4/DeveloperGuide/IN/QuickStart.html#to-flash-the-jetson-developer-kit-operating-software

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