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]

RE: executing applications



On 16-Aug-2001 Stijn Symons wrote:
> Hi,
> 
> is there any other way to execute an application other than gdb? We've
> got the hello-world program running with gdb, but it get's lost when we
> reset the ipaq. So we've been trying to load and execute the program in
> redboot (in elf, binary and srec formats) but it won't run...
> 

Exactly what happens?  This should work, with no source changes, by just
loading the file and then running it.

If you can provide some details, we may be able to help.

> Is there a way to put the program in ROM with gdb or is there any other
> way to get a program running on redboot/ecos?

Actually if you just set your startup type to ROM and rebuild then you'll
end up with something you can program into the FLASH.  However, this is
very dangerous, especially on the iPAQ, as once done, you'll not be able
to talk to the unit again until the FLASH has been restored.

Work on getting it to run using RedBoot - you'll be much happier and I'll
be able to sleep nights :-)


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