U-boot issue

AAVee
Hello,

I am trying to compile and use u-boot on mini2240. I followed the below
steps.

1. Got the u-boot code from
http://repo.or.cz/w/u-boot-openmoko/mini2440.git
2. Setup the corss-compile tool chain [arm-none-linux-gnueabi-]
3. Compiled the uboot code as follows
 - make CROSS_COMPILE=arm-none-linux-gnueabi- mini2440_config
 - make CROSS_COMPILE=arm-none-linux-gnueabi- -j8
 This produced the u-boot* files. The size of u-boot.bin is 253748 bytes.
4. Ran "load ram 0x32000000 253748 u" and pushed the u-boot.bin file on
mini2440 using ./s3c2410_boot_usb. 
5. Ram "go 0x32000000". It displayed
go 0x32000000
   argument 0 = 0x00000000
   argument 1 = 0x00000000
   argument 2 = 0x00000000
   argument 3 = 0x00000000

and nothing showed-up. I am using Minitools' serial communication utility.

Please help me with u-boot setup.

Thanks for help
/AAVee

davef
I can't recall if RAM size is an issue.  Did you search through the
multitude of threads about u-boot on this site?

davef
http://bill.station51.net/?post/2010/01/16/U-Boot-on-Mini2440

Also, <mini2440 u-boot RAM size> into Google.

Good luck!

AAVee
Thanks a lot davef!

I followed the steps mentioned in the web reference under "UPDATE MAY 31st,
2010:" and it worked perfectly. I got the u-boot prompt.

/AAVee