Device can not boot up ,stuck in uefi:ASSERT [FvbNorFlashStandaloneMm] /out/nvidia/optee.t234-uefi/StandaloneMmOptee_

Hello,各位专家们,我们发现设备使用一段时间后出现无法启动的情况,日志如附件,ASSERT [FvbNorFlashStandaloneMm] /out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbNorFlashStandaloneMm.c(937): ((BOOLEAN)(0==1)),卡在uefi中无法继续引导启动,uefi未做任何修改是git上最新版本,重新只flash uefi后系统可以正常启动,而且原来的系统文件都没丢失,目前来看uefi不是可靠稳定的,我看到刷写uefi时也是有AB两份的,但是我日志里面异常的情况是两份都坏了吗,没有启用ROOTFS_AB功能的话难道uefi中只会有一份有用吗,
我们想知道
1.出现断言的具体原因,导致uefi无法正常启动,怎么修复。
2.uefi怎么保证可靠性或者可以在没有x86主机的情况下进行恢复,因为我们的使用场景是异常时没有x86 host可以重新烧录。

uart_log.txt (596.3 KB)

This is a known issue that will be fixed in next release.

hello, WayneWWW
非常感谢您的回复。
1.有修复方案么,可以给我个临时补丁么,我手动修改下先。/(ㄒoㄒ)/~~
2.另外uefi AB两份什么情况下可以触发使用另一套来提高可靠性

Hi,

This version of UEFI has included the patches.

谢谢您,我们使用的是main branch ,我看2024.06.0这个版本已经同步到main分支了,我试着更新下