1. Download the system.img to the RAM addr (ex: 30008000) 2. You should use the below command from uboot prompt to flash the system.img
# nand write.yaffs RAM_addr NAND_addr size_of_system.img OR # fastboot flash system.img (If your uboot supports fastboot for your platform) - Srikant On Jun 17, 6:15 pm, Pankaj <[email protected]> wrote: > Hello All > > In my PCB (with SH7764 MCU), I used uboot as a boot loader. > I have build successfully android code for SuperH arch. > But i can not run android image in my PCB. > I face some trouble while poring system.img file in my PCB. > (I have kernel image for my PCB. I used rootfs file system) > > Can anyone know that android image file (*.img) is supprt U-Boot boot > loader? > In some blog I read that *.img support yaffs file system, it is true? > Could you please explain or help me in porting android image in my > PCB. > > Thank you very much in advance > > Pankaj Gadhiya -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
