ASSERT [TerminalDxe] /out/nvidia/bootloader/uefi/Jetson_RELEASE/edk2/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c(2078): ((BOOLEAN)(0==1

jetpack5.1.2 ,jetson linux35.4.1
ASSERT [TerminalDxe] /out/nvidia/bootloader/uefi/Jetson_RELEASE/edk2/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c(2078): ((BOOLEAN)(0==1))
cutecom.log (3.4 MB)

May I know how to reproduce this issue?
On devkit or with custom carrier board?

should be Custom Carrier Board

Hi,

Could you try latest JP (JP 5.1.5) to cross check whether the issue exist.

Thanks

This is equipment on construction vehicles, which is not easy to debug. Is there any other solution

cutecom.log (561.8 KB)update log

Hi,

With your log, it might a similar topic discussed in

Please try to set auto boot timeout to 0s or disable the UART in above topics.

Thanks

edk2/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c at main-edk2-stable202208 · NVIDIA/edk2 · GitHub it does not be opened

Do I need to recompile EDK2? How to proceed?​

Hi,

Yes you need to rebuild uefi
Please refer to Build with docker · NVIDIA/edk2-nvidia Wiki · GitHub.
Once you create a workspace with your assigned JP version, you could modify this file in ./edk2/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c

Thanks

Does it support Ubuntu 20.04?​ ubuntu18.04?

Hi,

Yes, 20.04/18.04 support

Thanks