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: connect eCos to RedBoot


Muna Hummady <muna_hummady@yahoo.com> writes:

> 5- (gdb) target remote /dev/ttyS0
>     when I'm doing this the PC taget will be halted,
> so     i can do nothing than restart it. but I can    
>         continue the procedure on the host target.

This makes no sense, it sounds like you are resetting the target after
GDB has connected. Don't do that.

Can you talk to RedBoot via the serial line using HyperTerminal?
However the next step implies that RedBoot and GDB are communicating
correctly, so there doesn't seem to be a problem.

> 6- load file.exe
>    this file will be loaded and the an output appear  
>     showing the size of all .text, .rodata, .data and 
>      the lma for all of them. Also showing the
> transfer      rate. 
> 7- continue 
>    output continuing.. 
>    and enter eneless loop.
> 
> 
> could you tell me where is the problem and what I'm
> doing to solve it?
> Is the proceedure true?
> What I'm doing on the RedBoot side?

Try running some of the standard test programs. If these work then any
issues with your program are of your own making.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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


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