AGX orin adopts JETPACK5.1.2 and uses A/B rootfs to create images. After burning the image in AGX orin, there is an abnormal situation where UEFI is unable to boot the kernel during a soft reboot or hard reboot (power outage).
The basic information is as follows:
Jetpack 5.1.2
Jetson UEFI firmware (version 4.1-33958178 build on 2023-08-01T19:34:02+00:00)
1、use AGX orin custom device,but jetpack use 5.1.2.
2、Our requirement is to use an A/B file system, so it is unknown whether this fault occurs in a single file system. The probability of this problem occurring when using the A/B root file system at the same time is low, and the probability is high only when adding disk, GPU, and CPU stress tests on the EMMC.
3、flash the board:
sudo BOARDID=3701 FAB=TS4 BOARDSKU=0000 BOARDREV=A.0 ROOTFS_AB=1 ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --massflash 32 jetson-agx-orin-devkit mmcblk0p1
Could you try if you would hit the same issue if you use the folllowing command to flash the board?
$ sudo ./flash jetson-agx-orin-devkit mmcblk0p1
Since you boot failed at UEFI, I would suggest you could use the debug UEFI binary to get more messages in UEFI.
You could refer to the following instruction to build UEFI binary. Build without docker · NVIDIA/edk2-nvidia Wiki · GitHub