load address of u-boot and kernel in

Vikas
Hi,

I have Micro2440 SMDK.  I have converted zImage_T35.bin to uImage_T35.bin
using mkimage.  I have downloaded
embedian-grip-090306-armel-lenny-installed.tar.bz2.  I have untared this
filesystem on SD CARD in ext3.  uImage_T35 is copied in First partion of SD
CARD.

Now with this, when I download uboot-128MB into memory, it runs properly
and when I try to load kernel, booting starts.  After Uncompressing Linux
.... I get CRC error, System Halted message.

I want to know to which memory location I should upload uBoot-128MB and at
which address I should load Kernel.  While converting zImage to uImage, it
displayed that the load address is 0x30008000.

TIA

Vikas

davef
This might help:

http://narnia.cs.ttu.edu/drupal/node/131

My understanding is that using this tutorial all these issues are handled
for you.

u-boot is put in the <u-boot> section and kernel goes in the <kernel>
section.

Vikas
I do not want to write even u-boot in Flash until I am satisfied that
everything is running fine.  Currently I am running Linux+Qtopia from
flash.