From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Sells Date: Mon, 06 Aug 2007 12:14:11 -0400 Subject: [U-Boot-Users] Can't boot uClinux image on mcf5329evb In-Reply-To: <46B67A36.5080604@alum.mit.edu> References: <46B67A36.5080604@alum.mit.edu> Message-ID: <46B748D3.5030804@zin-tech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bob, Robert S. Grimes wrote: > U-Boot 1.2.0 (Jul 26 2007 - 22:20:01) > > CPU: Freescale MCF5329 (Mask:54 Version:1) > CPU CLK 240 Mhz BUS CLK 80 Mhz > Board: Freescale FireEngine 5329 EVB > DRAM: 16 MB > FLASH: 2 MB > In: serial > Out: serial > Err: serial > Net: FEC0 > -> tftp 40020000 test.kernel.img > -> bootm 40020000 > ## Booting image at 40020000 ... > Image Name: uClinux test > Created: 2007-08-06 0:59:09 UTC > Image Type: M68K Linux Kernel Image (uncompressed) > Data Size: 3148804 Bytes = 3 MB > Load Address: 40020000 > Entry Point: 40020000 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. Regards, Aaron