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: Program execution (i.e. an eCos application) from RedBooton Assabet (SA-1110)


> Hi all!
> 
> I'm having troubles loading eCos applications from RedBoot. I successfully
> configured eCos to build the complete library (template: Intel StrongARM
> SA1110 board/all) and linked against it a simple eCos application
> (ecos-test.c) resulting in a ecos-test.exe executable (toolchain is based on
> CygWin and .exe is the default extension when building executables). The
> bootloader is redboot_ROM.bin found in the ./images/arm/assabet folder of
> the ecos CVS repository. When invoking the load command to download the
> program via TFTP protocol:
> 
> RedBoot> load ecos-test.exe -m tftp -h 192.168.1.10
> ELF images not supported
> RedBoot>
> 
> It seems to be necessary to convert the binary format, anyone can how to do
> this (maybe using arm-elf-objcopy)?
> 
> Thanks
> -luca

Hello, -luca

ecos 2 supports elf, but ecos 1.3 does not.

try to activate CYGSEM_REDBOOT_ELF

with ecosconfig import ...
cdl_option CYGSEM_REDBOOT_ELF {
    user_value 1
}

Robert Larice 

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