I have problem with partition sizes. I dont know how to specify the partition size before flashing imx6-kara tx6 8033. I asked the question at stackexchange. Someone said it's about MFG Tool. But I don't know which configuration file does this partition. rootfs partition is just 300MB. it is not enough for my work
Can some one help how to control partition sizes before flashing imx6.
Solved! Go to Solution.
fdisk does not change rootfs size.
solution was just about ucl2.xml file. in line 104 under "LINUX_MMC" I have changed number 614400 after second "echo size" with 7700480. So now I can use rest of memory under third partition as second partition.
fdisk does not change rootfs size.
solution was just about ucl2.xml file. in line 104 under "LINUX_MMC" I have changed number 614400 after second "echo size" with 7700480. So now I can use rest of memory under third partition as second partition.