cboot debug log can output well from UARTC, and if I add console=ttyS2,115200n8 into CMDLINE_ADD, there also a few kernel log output from the UARTC. But I can’t see any U-BOOT debug log. TX2_NX_BOOTUP_LOG.log (19.7 KB)
Hi KevinFFF,
From our HW team, it is just be chosen freely when designing, no special reason.
So the UARTC cannot used for output U-BOOT debug log? but why cboot and kernel debug log can output well?
Another question, can we just remove the U-BOOT by setting USE_UBOOT=0 in p3636.conf.common? will it bring any other affect?
You could re-direct the UART messages to another interface as the following thread(for Orin NX) but we don’t verify this use case and not suggest doing that. You may also need to configure the register for bpmp. Orin NX Uart Problem - #7 by KevinFFF
The default combined UART output many debug messages from different stage (MB1/MB2/bootloader/kernel) and you would need to disable it from different configuration files. It is not the suggested use case.