Re: [android-kernel] Enable KGDB for android kernel

2013-03-28 Thread Arun K. Singh
Arnaud : try, Enabling early printk support in the kernel you are trying to boot. Secondly, try to dump printk buffer(whose address you can get from system.map file - and after suitable address manipulation, you can get the physical address where its stored) and dump it on your bootloader/uboot t

[android-kernel] Enable KGDB for android kernel

2013-03-18 Thread arnaud gaboury
Hi all, I would like to debug a non booting android kernel for lge mako n4. Unfortunately, as the device does not boot, I can't pull any msg or log. I found this article : http://bootloader.wikidot.com/android:kgdb and followed it. Unfortunately, code is quite old and gave me a lot of errors a