Hi I try porting tizen 2.2 on odroid u3 with kernel 3.10
I change RD-PQ.ks for make total.img # ROOT fs partition part / --size=20000 --ondisk mmcblk0p --fstype=ext4 --label=total # DATA partition #part /opt/ --size=3200 --ondisk mmcblk0p --fstype=ext4 --label=data # UMS partition #part /opt/usr/ --size=3200 --ondisk mmcblk0p --fstype=ext4 --label=ums i want put every thing in just one .img file. that name is total.img That is ok.... But when tizen boot up. systemd think it self still working on RD-PQ. I mean there are only 2 partition on my sdcard. mmcblk01 mmcblk02 first one is vfat partition for dts+zImage. and second one is ext4 partition total.img but systemd think there are still 7 partition like below url`s image. https://wiki.tizen.org/w/images/thumb/a/a3/Partitionlayout.png/500px-Partitionlayout.png so systemd try resize vfat partition as ext4. and going to fail. and systemd going to emergency mode. How can I fix it? I want tell systemd "there are only 2 partitions in my sdcard!!!" But I can`t find where can i customize tizen`s partition layout information. Anybody know about that?
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
