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: ROM-version of eCos-application under EB40A?


[ Apologies if someone already answered this - I found this in my spam folder ]

Òèõîíîâ Àíäðåé wrote:
Hello,

How can I run ROM-version of eCos-application under EB40A?

I create ROM version of eCos from template for EB40A. I use eCos 2.0.
Compile the application from examples.
Load elf file to flash of EB40A by means of flashpgm.exe. But
application doesn't work...

ELF file? No, you have to program the binary format. Use arm-elf-objcopy -O binary.


Obviously also make sure you program it to the appropriate address, presumably 0x1100000 (if I remember right), and then have the appropriate jumper set to USER (not STD).

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
>>>>> Visit us in booth 2527 at the Embedded Systems Conference 2004 <<<<<
March 30 - April 1, San Francisco http://www.esconline.com/electronicaUSA/
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


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