linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kgdb errors with serial console
@ 2010-10-07 21:47 Elvis Dowson
  2010-10-07 22:37 ` Jason Wessel
  0 siblings, 1 reply; 11+ messages in thread
From: Elvis Dowson @ 2010-10-07 21:47 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux OMAP Mailing List; +Cc: Jason Wessel

Hi,
        I'm getting the following errors when attempting to use kgdb with the serial console. Any idea how I can resolve this issue? 

The correct serial parameters when I use kermit with the target board is 

set flow-control off
set carrier-watch none
set speed 115200

and it connects correctly.

I'm not sure if the gdb configuration commands for the serial port are sufficient, and if there is a parameter that I am missing here. The host is connected to the target using an FTDI USB to serial converter, so it appears as /dev/ttyUSB0 on the host and as ttyS2 on the target.

# su
# cd /tool/patches/android-rowboat-froyo-2.2-patchwork/kernel
# arm-angstrom-linux-gnueabi-gdb
(gdb) file vmlinux
Reading symbols from /tool/patches/android-rowboat-froyo-2.2-patchwork/kernel/vmlinux...done.

(gdb) set remotebaud 115200
(gdb) set remoteflow 0
(gdb) set debug remote 1
(gdb) set debug serial 1
(gdb) target remote /dev/ttyUSB0

Remote debugging using /dev/ttyUSB0
Sending packet: $qSupported#37...[
r +]Ack
[$][q][S][u][p][p][o][r][t][e][d][#][3][7]Packet received: qSupported
Packet qSupported (supported-packets) is supported
warning: unrecognized item "qSupported" in "qSupported" response
Sending packet: $Hg0#df...[+]Ack
[$][H][g][0][#][d][f]Packet received: Hg0
Sending packet: $?#3f...[+]Ack
[$][?][#][3][f]Packet received: ?
Sending packet: $Hc-1#09...[+]Ack
[$][H][c][-][1][#][0][9]Packet received: Hc-1
Sending packet: $qC#b4...[+]Ack
[$][q][C][#][b][4]Packet received: qC
Sending packet: $qAttached#8f...[+]Ack
[$][q][A][t][t][a][c][h][e][d][#][8][f]Packet received: qAttached
Packet qAttached (query-attached) is supported
Sending packet: $qOffsets#4b...[+]Ack
[$][q][O][f][f][s][\r][\r][\n][e][t][s][#][4][b]Bad checksum, sentsum=0x4b, csum=0x6f, buf=qOffs\r\r\nets
[-][<Timeout: 2 seconds>]Timed out.
[-][<Timeout: 2 seconds>]Timed out.
Ignoring packet error, continuing...
Malformed response to offset query, qOffs
ets
(gdb) 


Best regards,

Elvis Dowson



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-10-09  0:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 21:47 kgdb errors with serial console Elvis Dowson
2010-10-07 22:37 ` Jason Wessel
2010-10-07 22:55   ` Elvis Dowson
2010-10-07 23:07   ` Elvis Dowson
2010-10-07 23:44     ` Jason Wessel
2010-10-08 10:41       ` Elvis Dowson
2010-10-08 13:17         ` Jason Wessel
2010-10-08 21:36           ` Elvis Dowson
2010-10-08 22:07           ` Elvis Dowson
2010-10-08 22:33           ` Elvis Dowson
2010-10-09  0:05           ` Elvis Dowson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).