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: Redboot for iq80310


>>>>> Ashwin Kamath writes:

> The redboot_ROM.bin image for iq80310 on the sources.redhat.com website
> has symbols in it.

> http://sources.redhat.com/ecos/boards/redbootbins/iq80310/redboot_ROM.bin

> I tried to burn this image onto the ROM, but the image failed to boot
> after I flashed it. Then I stripped the symbols from the image, but with
> the same results. The file size after stripping was around 300KB which
> is twice the size of the earlier redboot images. Does anybody think/know
> that there is a problem with the images?

Sorry, this was my fault. The .bin files are actually .elf files.
We will update the images, but in the meantime you should be able
to generate correct .bin files from the ELF files:

  xscale-elf-objcopy -O binary redboot_ROM.elf redboot_ROM.bin

--Mark


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