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: Why the application run on redboot uncorrectly?


> I download the hello elf file by using command:
>     load -v -h MyHost -m tftp /tftpboot/hello
> and it failed by displaying "Abort! Attempt to load ELF data to address: 
> 0x00020000 which 
> is not  in RAM."

A little logical thinking is required. "is not in RAM" probably means
its trying to load it into ROM. So you have probably built a ROM
app. Try building a RAM application.

     Andrew

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