IMX8M Plus Qt Creator deploy
-
Hi
I have devkit “Verdin IMX8M Plus and Verdin Dev board”.
I am new to Qt Device Creation so any additional information will be helpful for me. Thank you in advance!!!Initially, I tried to connect to Qt Creator. QBSP support for IMX8M Plus only starts with version “Boot2Qt 6.4.3 NXP i.MX 8M Plus LPDDR4 EVK”. And all available images from Toradex use meta-qt5 - but even with them I couldn’t connect to Qt Creator. Then I built the image myself according to the instructions from the official site:
Everything built together ok and I was able to connect to Qt Creator. But I can’t launch the test project, since the image has Qt version 5.15 and the compiler version is 6.4.3. The error on dev kit appears - there are no libraries for Qt Gui 6 version.
Then I tried to build the same official image but with meta-qt6 as described here:
https://www.toradex.com/blog/shi-yong-yocto-project-ji-cheng-qt6
But I get an error for 6.4.3. so for the latest 6.5.1 in qtapplicationmanager:
ERROR: qtapplicationmanager-6.5.1-r0 do_configure: ExecutionError(‘/home/stan88/oe-core/build/tmp/work/cortexa53-tdx-linux/qtapplicationmanager/6.5.1-r0/temp/run.do_configure.278724’, 1, None, None)As I understand correctly, there is ability to compile an image for this platform for meta-qt6. Could you help me what layers and versions will be better to use? Maybe you have some description? And is it possible to connect and debug through Qt Creator in a different way without using QBSP? Perhaps I missed something.
Regards, Stanislav.
-
Hi, and welcome!
@Stan88 said in IMX8M Plus Qt Creator deploy:
Then I tried to build the same official image but with meta-qt6 as described here:
https://www.toradex.com/blog/shi-yong-yocto-project-ji-cheng-qt6
The official instructions from The Qt Company are at https://doc.qt.io/Boot2Qt/b2qt-how-to-create-b2qt-image.html
And is it possible to connect and debug through Qt Creator in a different way without using QBSP?
You could try to set it up as a remote Linux device: https://doc.qt.io/qtcreator/creator-developing-generic-linux.html