Issue with qtapplicationmanager in verdin imx8mp kirkstone branch

i have followed above link to build qt6-multimedia-image .i am facing the do_configure error in qtapplicationmanager recipe. The following is my log file attached

qtappmanager.txt (18.8 KB)

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello!

Thank you for reaching out with your question about using Qt for Device Creation on Toradex hardware, specifically the Apalis iMX8. Let me provide you with some guidance on this topic.

Qt for Device Creation, also known as Boot to Qt, is maintained by The Qt Company. Toradex ensures that the image boots and the included demonstrations function correctly. For the Apalis iMX8, the recent releases include:

  • Version 6.8.0 based on Toradex BSP 6.6.1
  • Version 6.7.3 based on Toradex BSP 6.6.1
  • Version 6.6.3 based on Toradex BSP 6.6.0

These versions are partially tested, and while they generally boot with working video output, you might encounter some issues.

For developing with Qt on Toradex modules, you have several options:

  1. Use Qt as a container on Torizon OS: This approach allows you to leverage the benefits of containerization for your Qt applications.
  2. Create a custom Yocto image integrating Qt with the Toradex BSP: This method provides flexibility and customization for your specific needs.
  3. Use the Boot2Qt image provided by The Qt Company: This is a straightforward way to get started with Qt on your device.
  4. Use Toradex Reference Images which include Qt in the Multimedia Reference Image: This option is convenient if you prefer using pre-built images.

If you encounter issues with qtapplicationmanager, here are some steps you can take:

  1. Check the Qt For Device Creation changelog for any known issues that might be affecting your setup.
  2. Explore the Toradex Community forums where you can find discussions and solutions from other users.
  3. Consider using one of the alternative Qt integration approaches mentioned above if you continue to experience difficulties.

I hope this information helps you with your Qt development on Toradex hardware. If you have any more questions or need further assistance, feel free to ask.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Yocto Project | Toradex Developer Center.

Hi @sur2!

I followed the steps mentioned in the topic you sent, and it worked. I built it for BSP 6.

How did you set your Yocto environment? I recommend you follow the article about how to Build a Reference Image with Yocto Project/OpenEmbedded and then follow the steps in the topic.

Best regards.
Lucas Azeituno