Jay Lan wrote:
> Hi Jason,
>
> I have a machine with its ttyS0 connected to a console terminal server.
> To access the console of my machine, i telnet to the TS with a specific
> port.
>
> I think i would need to use kgdboc in this setup? How should i specify
> the kdboc parameters in the boot command line?
>
> Thanks and regards,
>  - jay
>
>
>   
It is no different than if you had the board directly connected.

Assuming your terminal server is connected at 115200 baud it looks like:

kgdboc=ttyS0,115200

If you are using something the likes of a linux telnet client to connect
you would break into kgdb with:

## Press control and the right bracket to escape into telnet
<Control-]>
## Now type in send break at the telnet prompt
send break
## Now press the g key
g

That will send sysrq and at that point you disconnect the telnet client
and connect gdb in its place.

Jason.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to