Dear,
Working on Platform Omap4460,I would like to know that how to dump kernel crash information and save that into one file while causing the kernel disruption by the following events:
1.Kernel panic
2.Non Maskable Interrupts (NMI)
3.Machine Check Exceptions (MCE)
4.Hardware failure
5.Manual intervention
I'm confused about whether kernel supports the function or not.If not,what would I be supposed to do?
+++++++++++++++++++++++How to manually trigger a kernel crash++++++++++++++++++++
#cat /proc/sys/kernel/sysrq
#sudo sysctl -w kernel.sysrq=1
#echo c > /proc/sysrq-trigger
+++++++++++++++++++++++++++++++++++++++++++++++++++++++