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!