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: problems with redboot ROM binary


On Mon, Oct 01, 2001 at 11:56:29AM +0200, perelloc@yahoo.com wrote:
> 
> Hi there,
> 
> while compiling redboot for strongarm to be placed in ROM, that is:
 
> I end up with:
> 
> $ ls -l install/bin/
> 
> total 960
> -rwxrwxr-x    1 perello  perello  1342276120 Oct  1 11:47 redboot.bin
> -rwxrwxr-x    1 perello  perello    466812 Oct  1 11:47 redboot.elf
> -rwxrwxr-x    1 perello  perello    254557 Oct  1 11:47 redboot.img
> -rwxrwxr-x    1 perello  perello    296708 Oct  1 11:47 redboot.srec

We have been here before. Look back in the archives....

I expect to find that one of your RAM sections has a flag set so that
its loaded and so appears in the bin. Your bin then has a small
section down in low memory, an huge hole and then the flash contents
at a high location.

Do an arm-elf-objdump --headers on redboot.elf.

   Andrew


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