Hello TI Expert,
HW : SK-AM62
SW : Processor SDK 8.5
I want to check the start time of init processor of Linux. It should be including SPL, U-boot and kernel time.
Can you let me know how to check booting time on SK-AM62?
Best Regards,
Jaewook
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello TI Expert,
HW : SK-AM62
SW : Processor SDK 8.5
I want to check the start time of init processor of Linux. It should be including SPL, U-boot and kernel time.
Can you let me know how to check booting time on SK-AM62?
Best Regards,
Jaewook
Hello,
I started looking into this, please allow a few days for a response
Hello,
If you are not looking to be highly accurate, one quick way is to enable timestamp in minicom.
If you connect a USB cable to your EVM and open Minicom to see the boot log, press ‘Ctrl’+’A’ then ‘N’. Then turn on your board and you will see to the left side, the time stamp for each print. Then you could subtract the last-first timestamp to count total boot time from SPL to Linux prompt.
regards,
Judith