ARM Linux kernel debugging on AT91SAM9261

Posted by agg on Super User See other posts from Super User or by agg
Published on 2011-03-11T07:51:06Z Indexed on 2011/03/11 8:12 UTC
Read the original article Hit count: 306

Filed under:
|
|
|
|

I have ported Linux to AT91SAM9261 board, I have compiled my own Bootstrap, Uboot, Kernel and filesystem.

Now I want to debug my Linux kernel 2.6.30 using KGDB and GDB. I have host with Ubuntu installed and target (AT91SAM9261) with kernel 2.6.30, I want to debug my Linux kernel 2.6.30 using serial/Ethernet. In KGDB official site they have given KGDB patch for x86, but not for ARM.

Is it possible to debug my ARM linux kernel on AT91SAM9261?

© Super User or respective owner

Related posts about linux

Related posts about kernel