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: How to create a Bin file for downloading


Huang Qiang wrote:
> 
> While using eCos configuration tool and the cross compiler and linker how to
> build a program to be store in the target's flash memory and start it at the
> startup?

to create a binfile on ARM use: 

arm-elf-objcopy -O binary file file.bin

where file is the program in ELF format.

How to get it onto your board is board dependent. For the EB40 I don't know
I'm afraid.

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]