PDA

View Full Version : Executing .qml files in Embedded devices



gunturrohith
10th November 2015, 05:00
Hi,

I am working on IMx.6 device with ARM architecture and i want to execute .qml programs in our device.
Is it possible to execute the .qml files in the embedded device ,if it is possible suggest the procedure to execute and also specify the components or packages that are need to present in the device.

Thanks in advance,
Rohith.G

anda_skoa
10th November 2015, 09:13
There is basically no difference for Qt or QML on whether the device is ARM or x86, whether it is a PC or an embedded board.

So if you can run it on your development machine and you can build and deploy it to the IMx.6 ti should also run there.

E.g. if you run simple QML files directly using qmlscene or qml, then this should also work on the device.
If you have a C++ core that loads the QML, then again this should also work on the device.

Cheers,
_

RodCarty
24th November 2015, 16:42
As per my experience actually there is no any difference for Qt or QML for ARM and x86 whether it is a PC or an embedded board.
Can you please post here the specifications of your IMx.6 device?
Also which ARM you are using and what are its specifications?