I’m using Jetpack 5.0.2 / L4T R 35.1 and I’m building EDK2 firmware from source GCC version 12.2 .
My device Jetson Orin AGX is not booting and stuck at Jetson UEFI firmware stage.
Kindly see the logs below
Synchronous Exception at 0x0000000802F9A734
Recursive exception occurred while dumping the CPU state
Recursive exception occurred while dumping the CPU state
ASSERT [ArmCpuDxe] /home/ichergui/projects/oe4t/tegra-demo-distro/build-orin-agx/tmp/work/jet
son_agx_orin_devkit-oe4t-linux/edk2-firmware-tegra/35.1.0-r0/edk2-tegra/edk2/MdePkg/Library/UefiLib/UefiLibPrint.c(202): Buffer != ((void *) 0)
Resetting the system in 5 seconds.
����Shutdown state requested 1
Rebooting system ...
Note: The device is rebooting in loop infinite
The attached file contains logs from serial UART (EDK2 building in DEBUG mode)
may I also know what’s your desktop build environment, are you using ubuntu-18, or 20?
did you follow the instructions at… Build · NVIDIA/edk2-nvidia Wiki · GitHub ?
I confirm when following the instructions you shared above and building the sources by using my toolchain (GCC version 12.2, binutils version 2.39)
The device Jetson Orin AGX boots normally.
what’s the issue, is it hang or something else?
you should check UART console for output logs. if you’re able to use ESC keyevent to enter UEFI menu, you’re able to select boot options.
Hey @JerryChang
I’m not able to use ESC keyevent to entre the UEFI menu (I don’t think it will help tbh). I believe the issue happen when loading nvgop-chips-platform driver.
add-symbol-file /dvs/git/dirty/git-master_linux/out/nvidia/bootloader/uefi/Jetson_RELEASE/Build/Jetson/RELEASE_GCC5/AARCH64/Silicon/NVIDIA/Drivers/NvGopDriver/nvgop-chips-platform/DEBUG/nvgop-chips-platfor
m.dll 0x802D85000
Loading driver at 0x00802D84000 EntryPoint=0x00802D8CE3C nvgop-chips-platform.efi
PROGRESS CODE: V03040002 I0
Synchronous Exception at 0x0000000802D88734
Recursive exception occurred while dumping the CPU state
Recursive exception occurred while dumping the CPU state
Recursive exception occurred while dumping the CPU state
Recursive exception occurred while du
mping the CPU state
��ERROR: Exception reason=2 syndrome=0x80000411
Unhandled Exception in EL3.
Please check the attached log file which contains the complete traces from serial UART.