Part Number:TMDXIDK5718
Tool/software: Linux
Hi
I'm using TI SDK with u-boot-2017.01+gitAUTOINC+c68ed086bd-gc68ed086bd.
I enabled Boot timing:
On the console I see the following:
Issue 1): Why is the output partly clobbered?
After linux is started I dumped the "bootstage" part of the devicetree into a file:
find /proc/device-tree/bootstage/ -type f -exec head {} + | less >bootstage.txt
Below the file.
Issue 2)
Can you explain what is the meaning of the node name (e.g. 45) and the mark attribute (e.g. id=15).
As an example I see "bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP, "main_loop"); in the code. but in the tree I see object name 44. BOOTSTAGE_ID_MAIN_LOOP is defined as 171.
Regards, Chris