I’m running custom PCB with AGX Orin L4t 35.4.1
I’m seeing very similar error as ASSERT TerminalConIn.c(2078): ((BOOLEAN)(0==1)) and it turned out using a separate DTB for UEFI and disabling extra THS can eliminate the problem.
However one thing I don’t understand is why is that I only flashed with
-k A_cpu-bootloader
and it fixed both A and B in UEFI?
Basically I confirmed I see problems in UEFI menu in both A and B before flashing. Then I flashed A, reboot, confirmed problem fixed in A, but also fixed in B if I switch to B.
What’s even weird is that even I reflash the “old bad” UEFI dtb after the test, which is the same as kernel DTB, which does not disable the extra THS, the problem does not re-occur.
Why is that?