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: Question about prebuild images


On Sat, Nov 20, 2004 at 07:34:06PM +0100, Roman Jordan wrote:
> Hi,
> what is the difference between an *.img and an *.bin file. There are
> some prebuild ecos images available using this formats.
> Which one have i to use, if i want to burn it directly (using my own
> JTAG program) into the flashes?

I keep getting these different images mixed up myself and i've
temporarily bricked at least one board by programming the .img instead
of the .bin.

redboot.bin  - RAW binary image suitable for JTAG tools
redboot.elf  - ELF image straight from the compiler
redboot.img  - Stripped ELF image
redboot.srec - Image in ASCII SREC format.

        Andrew

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