Hi,
I tried to start the android image from a SDCard on a SAM9G45-based Board (
http://www.ic-board.de/product_info.php ... c725b0e7d6). But my board is that i dont have the right uboot config to start it (i think so...). My actual bootcmd is this: bootcmd=mtdparts default; mmc rescan 0; fatload mmc 0 0x71000000 ramImage; fatload mmc 0 0x70400000 uImage; bootm 0x70400000 0x71000000; setenv bootargs $bootargs rootfstype=ubifs root=ubi0:root ubi.mtd=1; mtdparts default; nand read 0x70400000 nand0,0; bootm.
I think the problem a file named ramImage is not on the sdcard. My main question is which files should i load to which adress (i think 0x71000000 is maybe not the right one...). Maybe someone can post his/her bootcmd.
Actually i can successfully boot the linux image from the nand but not the android. This is the actual uboot output:
ICnova> boot
reading ramImage
** Unable to read "ramImage" from mmc 0:1 **
reading uImage
2090384 bytes read
## Booting kernel from Legacy Image at 70400000 ...
Image Name: Linux-2.6.30
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2090320 Bytes = 2 MB
Load Address: 70008000
Entry Point: 70008000
Verifying Checksum ... OK
Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid
NAND read: device 0 offset 0x0, size 0x400000
4194304 bytes read: OK
## Booting kernel from Legacy Image at 70400000 ...
Image Name: Linux-2.6.33.2
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2100244 Bytes = 2 MB
Load Address: 70008000
Entry Point: 70008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Thanks for your help and best regards