Other Parts Discussed in Thread: AM68,
Hi, Expert,
Customer want to develop the QT application. Could you pls help to share the guide to us ?
Pls help to list the steps on QT development ? Thanks.
Regards,
Fredy Zhang
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
My solution is still in progress, however there is a possibility to develop QT applications on AM625, AM62A, AM68, AM98 device platforms itself. But it requires huge effort to prepare system for development stage. But, for a personal computers with preinstalled GUI operating system (GNOME, KDE) the solution is this:
Building Qt Creator from Git - Qt Wiki
Keep in mind, that QT development requires to choose one of licence agreement, which makes impossible commercial production in one way, or huge per month payments in other.
Regards,
Alexey
Hi Fredy,
Please refer to the following guide as a starting point: https://dev.ti.com/tirex/content/linux-academy-AM62X-8.6.0.42.v1/ch-develop/dev-gpu-porting-guide.html
Regards,
Krunal
Hi,
I have no problem running precompiled QT or OpenGL-ES application from SDK, but I cannot compile them inside SDK. This is completely different matter.
Hello,
Just to clarify, are you talking about compiling Qt application on the platform? I guess I did not understand what you mean by "inside SDK".
Regards,
Krunal
Hi,
Yes, it is exactly what I'm trying to tell.
Regards,
Alexey
------------------------------------
youtu.be/q9VqbxD25L0
Hi Alexey,
I was a little confused by Freddy's question and your response. I wasn't sure if both of you were referring to the same thing. In general, one would need to enable all the recipes/lib dependencies to enable on target compilation. I am not sure if Qt community have guidance for that and I would recommend you to check with them.
Regards,
Krunal
Hi,
At least, for Ubuntu system the answer is here. Building Qt Creator from Git on Ubuntu 22.04 - Qt Wiki
But for SDK platform it requires to install developer ediition of perl, python, GCC, cmake, glib, gopbject, meson, ninja, X11, gnutls, LLVM/clang, rustc, Mesa, cairo, pango etc.. And, of curse, developer version of dbus, which is hard to make working on SDK.
Regards,
Alexey