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: downloading of application in assabet


Andrew Lunn wrote:
A couple of methods:

Use a terminal emulator. When redboot boots it prints a banner. If you
don't see this there is something wrong with the cable, serial port,
speed etc.

It that all works, try using gdb with the -nw flag. This stops it
running the GUI. Without the GUI its much easier to see whats actually
going on. Do the usual

target remove /dev/ttyS0
set remotebaud 38400
set remotedebug 1
connect

It should then quickly return a prompt with an address in hex.
I think that should be:

set remotebaud 38400
set remotedebug 1
target remote /dev/ttyS0

You may need to change /dev/ttyS0 to something else depending on your host and the serial port number you are using.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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