From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 16 Nov 2005 07:22:50 -0500 Subject: [U-Boot-Users] built examples but need help running them. In-Reply-To: <6a7ac2300511160339u39673189o90e9b909fd5075e5@mail.gmail.com> References: <6a7ac2300511160339u39673189o90e9b909fd5075e5@mail.gmail.com> Message-ID: <437B249A.6090105@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.