This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ecos network stack debugging.


umesh jaiswal wrote:
> 
> Hi All,
> 
> I have booted my machine with redboot and connected it
> with the serial interface to linux machine.  After
> this I have applied the following command.
> 
> gdb target remote /dev ttyS0
> 
> After this there is no response from redboot
> Please specify the reason.

Are you sure this is what you typed? This isn't correct. At the GDB prompt
"(gdb)", you should type:

  target remote /dev/ttyS0

But before that even, it is recommended to set the serial line speed with:

  set remotebaud 38400

assuming it is 38400.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]