[U-Boot-Users] built examples but need help running them.
Jerry Van Baren
gerald.vanbaren at smiths-aerospace.com
Wed Nov 16 13:22:50 CET 2005
John Davis wrote:
> Hello
[snip]
> My flash starts at 0xfc000000
> I have tried to loadb at that offset and then go from there. The result
> is the same. I did a md to see if the file was uploaded correctly. I
> could see the "elf" magic number in ascii so it looks like it is ok.
>
> Any help is appreciated,
>
> JD
You are trying to execute "ELF" (literally the characters "ELF",
obviously not a valid instruction - 0x44 is "sc", 0x45 is bogus). You
need to load an image as binary in order to use "go" to run it.
gvb
Morning coffee and a trivia fix, the day is looking good.
More information about the U-Boot
mailing list