i.MX515 Project
Linux Platform Support and Application Development on Efika MXin category Industrial
proposed by micken on 20th December 2009 (accepted on 1st September 2010)
posted by micken on 24th March 2010
If you want to try out Qt Everywhere on your Efika MX you need to build it.
It requires a lot of dependencis so I sugest that you do it ON your Efika MX.
You will need some extra storage like a USB disk or a NFS mount.
Building it:
Download the latest Qt Everywhere sources from , http://qt.nokia.com/
Unpack it and configure it with: -embedded --prefix==yourstorage
This will not give you GL functionality but the software screen driver is very fast.
Build it with : make ;make install
To run something:
Add the -qws flag to the first app you intend to run on the framebuffer
Good luck !