Other Parts Discussed in Thread: TMDSEVM572X
Tool/software: Linux
Hi,
We have purchased a TMDSEVM572X evaluation module which we intend to use for Qt based HMI prototype development.
The SDK version we are using is ti-processor-sdk-linux-am57xx-evm-04.01.00.06 on an Ubuntu 16.04 machine.
Qt Creator version is Qt Creator 4.4.1 Based on Qt 5.9.2.
Environment setup was done based on the TI’s tutorial:
http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_QT
We have successfully built and run on TMDSEVM572X some fairly simple C++ apps which rely only on the Qt Essentials Modules, but when trying to build an app using Qt Charts (listed as Value-Add Modules) we get an
“Unkown module(s) in QT: charts ”. The app is built successfully if we switch the environment and build it for the host target (as mentioned an Ubuntu 16.04 x86 machine).
Could you please tell me if:
1) Are all the modules from the Open Source Qt Version (see https://www.qt.io/download) also available on the SDK (I assume the answer is NO) or are we missing some configuration?
2) If not available in the SDK, is there any way include them for development with TMDSEVM572X?
3) If not possible, do you happen to have any recommendation for an alternative charts modules?
Thank you.