6410 w recent Android2.1 image: boot problem

chris
Hi,

I just downloaded recently uploaded mini6410-android-images-20100922.zip,
and installed this image using USB to a mini6410 256MB with 4.3" LCD:
- uboot: u-boot_nand-ram256.bin
- kernel: azImage_n43
- imagefile: rootfs_android.ubi

After the installation. I tried to boot from NAND-Flash independently
(not connected to the host computer). The device booted, going through
touchscreen callibration procedure, display the character "ANDROID", and
stayed there, frozen.

so, I tried to boot with the command <b> through serial port. 
It also stayed frosen displaying "ANDROID", but it went through after a
while, and run Android 2.1 successfully. I copied the last part of the
hyperterminal log below.

Anyone know the cause of the problem, and how to fix it?


//******* last part of the log ************

init: cannot open '/initlogo.rle'
eth0: link down
sh: can't access tty; job control turned off
# warning: `rild' uses 32-bit capabilities (legacy support in use)
//******** the device was frozen here****************
//******** and wake up after the line below *********
request_suspend_state: wakeup (3->0)

mindee
Maybe you need the u-boot_nand-ram128.bin
"-ram256" means the DDR RAM onboard is 256M. It'not Nand flash size.

chris
thanks again Mindee.. my bad, Android 2.1 run well after I replaced the
u-boot to u-boot_nand-ram128.bin. I wish the next update to Android 2.2
comes up soon.