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: Run Redboot from flash


"Ricardo Andrino" <ricardo_andrino@web.de> writes:

> Hello, 
> I have success installed the Redboot on flash, run good and i have tried agian to run the hello program with this new enviorment.Now the RAM memory map is 0x0000000-0x00040000, 0x0000a960-0x00040000 available). So what i don't understand is why when i type this:
> Redboot>load -m xmodem
> Send my hello (compiled and linked when a RAM startup mode)
> Redboot>go
> i send the same message as before "!Attempt to load ELF data to address :0x00008054 whih is not in RAM. Why this address? It's not suppose that should it beginn at 0x00020000?Where can i see this?(vectors.o ?).
> 

The executable should be loading from 0xc000, nothing should load
below that. Are you building a separate eCos configuration for the RAM
test? Make sure you are not reusing the RedBoot config. Also try
building and running some of the test programs that come with eCos.

Run the following command:

arm-elf-objdump -h hello

and show us the output.

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