[ECOS] Why the application run on redboot uncorrectly?
Andrew Lunn
andrew@lunn.ch
Wed Nov 26 08:24:00 GMT 2003
> 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
More information about the Ecos-discuss
mailing list