Hi,

Currently RD-PQ image found on tizen.org is not bootable, however with several changes it's possible to reach menu screen. Problems we have already identified are:

1) Filesystem is broken - /sbin/->/usr/sbin symlink is not created among other things. This is because prepackages section is incorrect which in turns leads to installation failure of filesystem package. Simply removing prepackages seems to help. https://review.tizen.org/gerrit/#/c/11478/ has already been merged but has not been submitted to the OBS yet. 2) RD-PQ userspace image consists of 3 parts - platform.img, data.img, ums.img. Only platform.img is mounted which results in /opt directory missing. Seems like "mic create loop" command puts hardcoded values into /etc/fstab. The workaround is to remove DATA and UMS partition from RD-PQ.ks file or edit /etc/fstab so 2 missing paritions are mounted on /opt and /opt/usr. We are working on a proper solution. 3) xf86-video-fbdev (or any other Xorg driver) package was missing in the image. 4) DISPLAY environment variable was not set for applications expecting it which caused segfaults/assertion failures. It looks like solution is already provided for ia32 mobile where DISPLAY=:0 lines are put into /etc/sysconfig/preload and /etc/sysconfig/launchpad files (in the %post section of mobile.ks file)
http://download.tizen.org/snapshots/tizen/mobile/latest/images/mobile/mobile.ks
  Similar changes also help for RD-PQ image.

By the way, could someone submit this change to OBS https://review.tizen.org/gerrit/#/c/11478/ ? :)

Thanks,

--
Jacek Bukarewicz
Samsung R&D Institute Poland
Samsung Electronics
[email protected]

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to