Hi
I'm using Blaze sEVM4430 with Android from http://omappedia.org/wiki/L27.IS.2.M1_OMAP4_Icecream_Sandwich_Release_Notes#Preparing_Android_binaries.
I rebuild kernel with KGDB than flash Blaze by fastboot.sh, than configure kgdboc after the kernel booted: #echo ttyO2 > /sys/module/kgdboc/parameters/kgdboc, than stop kernel execution: #echo g > /proc/sysrq-trigger. All OK. I can connect through console by gdb from blaze build tools, execute (gdb) list for example, but after ~minute Blaze board will reboot. Why?