|
Edited by jan.pal at 2016-11-9 03:48
guys, not sure what are you doing, since opipcplus has 8gb emmc, but you insist on burning the android image to sdcard instead of emmc your problem with size of user partition can be solved
1) write android image to yor sd card
2) use lsblk to check the block size of your sd card
3) check the partitioning of your sdcard by running fdisk -l /your/device and find the last and biggest partition, should be partition #5 if i recall this correctly
4) using sfdisk -N yourpartitionnumber , change the last block of last partition (do not forget to deduct partition starting block form the block size of your sd card)
5) format last partition to fat32
you are done
|
|