UNA_H
June 6, 2025, 5:54am
1
Hi,
Is the UEFI bug discussed in the following topic included in the fixes for Jetpack SDK 6.2 and 5.1.5?
If so, what is the issue number in the Jetson Linux Release Note?
[Uefi assert and broken again]
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可以重新烧录。
Best Regards,
H.U
UNA_H
June 10, 2025, 11:13pm
3
Hi NVIDIA Team,
Can anyone comment on this topic?
Best Regards,
H.U
No, the latest one does not include every patch.
This forum post has a summary for all.
There are several topics relating to assertion issues in Jetpack 5 and 6.
We create this post to share some possible fixes and the verification steps.
Possible Errors
Assertion 1.
ASSERT [VariableStandaloneMm] /dvs/git/dirty/git-master_linux/out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c(3264): !(((INTN)(RETURN_STATUS)(Status)) < 0)
Fix:
diff --git a/core/arch/arm/kernel/stmm_sp.c b/core/arch/arm/kernel/stmm_sp.c
index 1d6344d…
UNA_H
June 11, 2025, 11:38pm
5
Thank you for your reply. I got it.