
6 Aug
2007
6 Aug
'07
6:14 p.m.
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
<snip>
-> 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