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?


>           RedBoot> load -v -r -h MyHost -m TFTP -b 0x800040 hello.elf
> the tftp transportation looks like correct because the informations 
> displayed on screen is normal. Of course my executable application Hello is 
> under the directory /tftpboot on my host PC.

Read:

http://ecos.sourceware.org/docs-latest/ref/download-command.html

-r does not make sense for an elf file. You also don't need -b 0x80040
with elf files.

     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]