Hello all,
I facing a issue that customer's product sometime crash on specific end customer's environment.
Customer use AM335x + Linux SDK 6.0.
Right now, customer can not use console to capture system / app log.
Is there any way to save log while system crash?
I did some research, the Kernel log is save in /var/log/ , but it can not save logs before reboot.
I also tried "tee" command to save task log to a file, but it not helpful while system crash.
I saw a function "PSTORE" could help for this issue, and it is inncluded in SDK 6.0.
However, I can not use this function even I turn it on in menuconnfig.
Is anything I missing?
How can I enable PSTORE function and use it?
Is there other way to save crash log while system panic?
Anything is helpful. Thank you.
Best Regards,
Wayne Kuo