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: loading application on redboot


Hi Satish,

reading your post, it seems you are mixing two different
methods for loading an application:

1. Loading an application via the GDB protocol 

2. Loading an application using the Redboot "load" command.

What you are doing is to initiate a load using Redboot and #2. Your
terminal program is now hogging the serial port, and GDB can't
connect. This theory fits all the evidence you provided. :-)

The solution should be simple:

Do not initiate a Redboot "load" via your terminal program, 
use *only* the arm-elf-gdb debugger. 

Redboot will then discover that GDB is talking to it
and switch to the GDB protocol and load the app.

Øyvind


--
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]