2009-09-23 03:12:57 debugging kernel using kgdb over JTAG
Manu AS (INDIA)
Message: 80273
Hi
I want to enable kernel debugging using gdb over JTAG.
Following are some of the config details:
Target HW: bf561 based dev board
uClinux distribution: 2008R1
JTAG device: ADDS-HPUSB-ICE
Can some body tell me the steps for the same.
Thanks
QuoteReplyEditDelete
2009-09-23 10:05:55 Re: debugging kernel using kgdb over JTAG
Mike Frysinger (UNITED STATES)
Message: 80309
as the documentation states, the HPUSB ICE is not supported. further, kgdb is a software-only debugger which means it makes no sense to use it with jtag.
if you want to debug the kernel via jtag, go buy a gnICE.
QuoteReplyEditDelete
2009-09-24 00:16:08 Re: debugging kernel using kgdb over JTAG
Manu AS (INDIA)
Message: 80327
Thanks Mike.