We are using beaglebone black based custom board,
I am trying to check possibility wherein we can prepand kernel log with u-boot bootlog.
This is required because during manufacturing and programming of the board we run some tests and we need to capture the u-boot bootlog for testlog and test results which goes on serial port. As serial port is not populated on the customer board its not possible to collect the bootlog,
I found CONFIG_LOGBUFFER option for u-boot in google but i don't understand how do i use the same.
I found following links but "how to use" is not clear
http://lists.denx.de/pipermail/u-boot/2004-August/006511.html
https://lkml.org/lkml/2009/1/21/250
can someone help understand if i am on right path or not ? Any easy explanation of the options ?
Thank you in advance!
Well, i couldn't achieve what i have asked in question but i could extract the log(the test log and not full SPL log).
The test log was important for us to find out test results of failed HW units during manufacturing tests.
So Solution i adopted is as follows,
tftpput
. see tftpput command's usage. I believe that we can achieve what i asked in my question but currently we are satisfied with short-term solution I have achieved :)