On Tuesday, October 22, 2013 6:52:28 PM UTC+5:30, bill_tn wrote: > > Hi all, > I am trying to enable booting using android bootimages in my board based > on ti am335x. > This is a general question not tightely linked to this specific board. > I am booting my kernel using the boot.img file. But I have problem in > mounting the system partition. > I generated the system.img with the flag TARGET_USERIMAGES_USE_EXT4 > ommited. So I am supposing that the system.img fs type is yaffs2 that's why > I am flashing it in uboot with nand write.yaffs command. > > int init.rc file I added : > on fs > mount yaffs2 mtd@system /system > > this commands returns : "init: command 'mount' r=-1". > > Am I missing anything ? > can anyone help me with links or with explaining me how to add a partition > and mounting it in linux/android ? >
I do not have direct experience with yaffs2, but here are some pointers to help you. First check if yaffs2 format is supported and enabled in your kernel. Next try booting off sdcard and see if you are able to get the yaffs partition mounted from console. -Vishveshwar > > Thank you ! > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
