Hi,
I'm facing a problem regarding the kernel debug using GDB.
I recompile my kernel (linux 2.6.37) with KGDB over serial console with debug info.
On the uboot bootargs I added "kgdbwait kgdboc = ttyO2, 115200" (I even tried using kgdb8250, same output)
My board boot normally without stoping to wait for the connection with gdbserver.
Did someone already try KGDB and was able to figure that out? Hope it's possible otherwise the troubleshooting for my device drivers is going to be really difficult.
Thanks