build 36.4 minimal ,boot failed!!!!
ASSERT [ConfigurationManagerDataDxe] /mnt/home/shiyang/orin_nano/build/nvidia-uefi/Build/JetsonMinimal/RELEASE_GCC5/AARCH64/Silicon/NVIDIA/Drivers/ConfigurationManagerData/ConfigurationManagerDataDxe/DEBUG/AutoGen.c(979): !(((INTN)(RETURN_STATUS)(Status)) < 0)
Resetting the system in 5 seconds. ▒▒▒▒Shutdown state requested 1 Rebooting system ... ▒▒ [0000.064] I> MB1 (version: 1.4.0.4-t234-54845784-e89ea9bc) [0000.070] I> t234-A01-1-Silicon (0x12347) Prod [0000.074] I> Boot-mode : Coldboot [0000.077] I> Entry timestamp: 0x00000000
I can't reproduce this when I this with both r36.4 and r36.4.3 on an orin nano. Do you have any details on what you did to get to this state? Also, if possible, can you try with a debug build of UEFI to give an idea on what lead to this failure?
Hello, I have the same issue, but with an Orin NX 16 GB. Since this module doesn't have an EMMC, I enabled PCI for an NVMe drive in defconfig.
With debug enabled, I'm getting this error message:
Loading driver at 0x0046D902000 EntryPoint=0x0046D90AF5C ConfigurationManagerDataDxe.efi
InitializePlatformRepository: Got Not Found from ConfigManagerDataInit
ASSERT_EFI_ERROR (Status = Not Found)
ASSERT [ConfigurationManagerDataDxe] /usr/src/debug/edk2-firmware-tegra/36.4.3/edk2/Build/Jetson/DEBUG_GCC5/AARCH64/Silicon/NVIDIA/Drivers/ConfigurationManagerData/ConfigurationManagerDataDxe/DEBUG/AutoGen.c(979): !(((INTN)(RETURN_STATUS)(Status)) < 0)
I'm building the project with Yocto, in case that's relevant.