Debugging Android kernel: Passing arguments to android kernel while booting
问题 I am trying to get kgdb working with Android kernel using http://bootloader.wikidot.com/android:kgdb. I got stucked at following step: Configure kernel command line Specify ttyGS0 as the kgdboc device. Add the following into the kernel command line (possibly in BoardConfig.mk) kgdboc=ttyGS0 kgdbretry=4 The second option "kgdbretry=4" is a new parameter added to kgdboc.c. It means that if kgdb cannot find the device "ttyGS0" in early boot, it will retry once after the specified number of