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: load / go in RedBoot


Robert Lee wrote:
> 
> The binary is created by
> 
> arm-elf-gcc -mcpu=strongarm1100
> -nostartfiles -L/ecos/ecos/install/bin/install//lib
> -Wl,--gc-sections -o hello hello.o -Ttarget.ld
> -nostdlib
> 
> hello.srec is created by
> 
> arm-elf-objcopy -O srec hello hello.srec
> 
> How do I change to RAM instead of ROM?

That's a property of the eCos configuration you built (in /ecos/ecos). Just
change the startup type in the HAL configuration options (CYG_HAL_STARTUP)
to RAM.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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