Where can I find boot messages after booting on Jetson Xavier NX?

Hi,

I’d like to get boot messages after booting. Is there any way to find it?

Use command “dmesg” and it will print the kernel log.
Bootloader log is not able to dump after booting.

Thanks for you response.
However, kernel log is not the log I want.
Is there any way to print bootloader log after booting?

Hi,

No, there is no other method.

Serial console can capture content prior to the Linux kernel loading. Linux itself has no way to log something which happened before Linux itself existed. Serial console on the NX and Nano are the same, see:
https://www.jetsonhacks.com/2019/04/19/jetson-nano-serial-console/