[ECOS] RE: loading application on redboot

Øyvind Harboe oyvind.harboe@zylin.com
Thu Jul 31 06:56:00 GMT 2003


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



More information about the Ecos-discuss mailing list