Jetson Orin Nano 8 GB - Synchronous Exception at UEFI

We observed “Synchronous Exception at 0x000000026D83DA64” at UEFI when boot. The issue is seen if connecting one of the USB Type A port at the Orin Nano to the upstream USB-C port at a docking monitor such as Dell U2722DE or a Lenovo Docking station via a USB Type-A to USB Type-C cable. If we don’t connect to a docking monitor or docking station, then we didn’t see this issue.

Jetson System firmware version: 36.4.3-gcid-38968081
nvidia-l4t-core: 36.4.3-20250107174145

How do we fix it?

Hi,
Please share the uart log for reference. And do yo observe it on developer kit? If it occurs on developer kit, we can set up and check.

It is observed on a Jetson Orin Nano Developer Kit. Please advise how we can collect the uart log.

Hi,
Please refer to

Jetson/General debug - eLinux.org

1 Like

jetson_nano_boot_log_3_failed_and_reset.log (74.7 KB)

Please see attached for the log.

The setup for this failing capture is to connect USB Type A port at the Orin Nano to the upstream USB-C port at a docking monitor Dell U2722DE via a USB Type A 3.0 to USB-C cable.

In line 1026 - 1030, “Synchronous Exception” occurred. The device then reset after 5 sec, but it hit “FvbNorFlashStandaloneMm.c(937): ((BOOLEAN)(0==1))” issue.

Line 1026 - 1030:

Synchronous Exception at 0x000000026D83DA64


Synchronous Exception at 0x000000026D83DA64
ASSERT [ArmCpuDxe] /out/nvidia/bootloader/uefi/Jetson_RELEASE/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(345): ((BOOLEAN)(0==1))

Line 1944:

ASSERT [FvbNorFlashStandaloneMm] /out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbNorFlashStandaloneMm.c(937): ((BOOLEAN)(0==1))

Hi,
Please apply the patch and try again.

Jetson/L4T/r36.4.x patches - eLinux.org
[UEFI] Assertion issue of FvbNorFlashStandaloneMm.c(937)