From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert S. Grimes Date: Mon, 06 Aug 2007 14:03:23 -0400 Subject: [U-Boot-Users] Can't boot uClinux image on mcf5329evb In-Reply-To: <46B748D3.5030804@zin-tech.com> References: <46B67A36.5080604@alum.mit.edu> <46B748D3.5030804@zin-tech.com> Message-ID: <46B7626B.20202@alum.mit.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Aaron Sells wrote: > The fact that you're downloading to and executing from the same > address location may be your problem. Try tftping your uClinux image > to 0x41020000. Okay, I'll try that tonight. I am a bit confused, but I am quite new here; I've just now begun to try booting a kernel. My thinking was that the kernel was built to execute at 0x40020000. So I put it there, and then tried to run it. Now I think I understand - u-boot is trying to put it in the correct location first? Is this true even when the kernel is not compressed? Seems likely to be the case - hence, your suggestion. Maybe I understand now - I'll let you know when I try it tonight . Thanks for the pointer! -Bob > > Regards, > Aaron >