Hi ,
I am working on A13-OlinuXino Wifi (Rev c) , i have build android from the source i got from the olimex site and successfully worked in my board , now i am looking to create an extra partition in NAND , an extra Ext4 partition . So what changes i should make in source code of to create a partition and then format it to ext4. Mounting the partition is clear to me. what i want to know is how to create the partition and format to a ext4 file system.
Hello
I don't know if this information is still useful or not.
Anyway, if you have built from sunxi-bsp and loaded the nand flash with Livesuit, the partition is already there (/dev/nandd). You just have to mount it.
Now, if you want to adjust the partitions size, that's another story...
Regards