Create small BBB image with Qt and Touchscreen LCD

Hi Robert,

I have a Beaglebone Black with 4D Systems 4.3" Touchscreen Cape. I have been experimenting with various ways of compiling images for Beaglebone Black (yocto, buildroot, TI SDK) but I can make small images with qt that won’t work with the touchscreen.

I have then tried your omap-image-builder and it works great with a small image and touchscreen, however I need to get Qt on it. do I just have to cross-compile this after or is there anyway to have it compile directly during build, as with buildroot?

So our images, are Debian… Debian has Qt pre-built, so you can either use the Debian version and install thru apt, or build Qt on the target…

Regards,