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: loading application on redboot


Satish Kumar <satish@bvt.sc.sanyo.co.jp> writes:

> Ok, herez some info about the application and redboot_ROM image.
> 1. i have used RAM startup and build the hello world application. the
> objdump is as shown below:
> 
> hello:     file format elf32-littlearm
> 
> Sections:
> Idx Name          Size      VMA       LMA       File off  Algn
>   9 .text         0000f7c4  00100040  00100040  00008040  2**2
>                   CONTENTS, ALLOC, LOAD, READONLY, CODE

Elsewhere you say that you are loading the executable to 0x40000 and
running it from 0x40040. However, this program is linked to run at
0x100000 and  has a start point at 0x100040. This may be part of your
problem.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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