Question

I know I can get Linux booting log using dmesg command but don't know how can get booting log of U-boot when my system just started.I Tried Go-ogling also but all I got is dmesg reference everywhere.

Also I am not sure what is CRM in U-boot? I am on ARM based target board.

Was it helpful?

Solution

The console output from U-Boot is not saved anywhere (by default).
Hence, there is no "log" is display.
You have to capture U-Boot's console messages as they are output (e.g. using a terminal emulation program's logging feature), or they are gone forever.

Also I am not sure what is CRTM in U-boot?

"CRTM" is not standard terminology for U-Boot AFAIK.
It probably refers to a secure bootstrap program that loads U-Boot.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top