<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with i.mx6]]></title><description><![CDATA[A list of topics that have been tagged with i.mx6]]></description><link>https://forum.qt.io/tags/i.mx6</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 17:47:27 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/i.mx6.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Hindi and Gujarati font support for Qt5 on i.MX6 (Yocto Linux 4.1.15)]]></title><description><![CDATA[@Cleiton-Bueno Thank you very much for providing me more information on the Yocto language selection.
]]></description><link>https://forum.qt.io/topic/92228/hindi-and-gujarati-font-support-for-qt5-on-i-mx6-yocto-linux-4-1-15</link><guid isPermaLink="true">https://forum.qt.io/topic/92228/hindi-and-gujarati-font-support-for-qt5-on-i-mx6-yocto-linux-4-1-15</guid><dc:creator><![CDATA[Ajith_P_V]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[QT 5.9 for i.MX6Q and Integrity RTOS build error - unrecognised command line option »-std=c++11«]]></title><description><![CDATA[@Mahesh-Kumar-Kodanda said in QT 5.9 for i.MX6Q and Integrity RTOS build error - unrecognised command line option »-std=c++11«:

cross compile tool chain

For which device? You already use one- why do you ask me to provide one? A cross compile tool chain is not specific to Qt or any other framework/library but to a device.
]]></description><link>https://forum.qt.io/topic/79771/qt-5-9-for-i-mx6q-and-integrity-rtos-build-error-unrecognised-command-line-option-std-c-11</link><guid isPermaLink="true">https://forum.qt.io/topic/79771/qt-5-9-for-i-mx6q-and-integrity-rtos-build-error-unrecognised-command-line-option-std-c-11</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Yocto + Qt5 + LVDS on i.MX6 (FSL Community BSP): rendering and color depth]]></title><description><![CDATA[<p dir="auto">I've made my own yocto image for a Udoo neo board using graugans/meta-udoo, in eglfs mode (no X11 / Wayland), following this tutorial : <a href="http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard" target="_blank" rel="noopener noreferrer nofollow ugc">http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard</a><br />
Then I developped a simple QT5 application displayed on Udoo's 7" LVDS display.<br />
The rendering of my image is not correct. It seems to be displayed in R/G/B/A = 4/4/4/0 instead of 6/6/6/0.<br />
How can I specify this values before launchning my application ?<br />
Moreover, transparency is not correctely managed on LVDS (but works fine on my PC), could it be a matter with ALPHA value ?</p>
<p dir="auto">I launch my application by running this script :</p>
<pre><code>#!/bin/sh
export QT_QPA_PLATFORM=eglfs
export QT_QPA_EGLFS_DEBUG
/home/root/my_app
</code></pre>
<p dir="auto">Application logs :</p>
<pre><code>root@udooneo:~# ./launch
Created context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 0, redBuffe
rSize 4, greenBufferSize 4, blueBufferSize 4, alphaBufferSize 0, stencilBufferSize 0, samples 0, swa
pBehavior 0, swapInterval 1, profile  0) with config:
        EGL_BUFFER_SIZE: 12
        EGL_ALPHA_SIZE: 0
        EGL_BLUE_SIZE: 4
        EGL_GREEN_SIZE: 4
        EGL_RED_SIZE: 4
        EGL_DEPTH_SIZE: 0
        EGL_STENCIL_SIZE: 0
        EGL_CONFIG_CAVEAT: 12344
        EGL_CONFIG_ID: 1
        EGL_LEVEL: 0
        EGL_MAX_PBUFFER_HEIGHT: 8064
        EGL_MAX_PBUFFER_PIXELS: 65028096
        EGL_MAX_PBUFFER_WIDTH: 8064
        EGL_NATIVE_RENDERABLE: 0
        EGL_NATIVE_VISUAL_ID: 0
        EGL_NATIVE_VISUAL_TYPE: 12344
        EGL_SAMPLES: 0
        EGL_SAMPLE_BUFFERS: 0
        EGL_SURFACE_TYPE: 1285
        EGL_TRANSPARENT_TYPE: 12344
        EGL_TRANSPARENT_BLUE_VALUE: -1
        EGL_TRANSPARENT_GREEN_VALUE: -1
        EGL_TRANSPARENT_RED_VALUE: -1
        EGL_BIND_TO_TEXTURE_RGB: 1
        EGL_BIND_TO_TEXTURE_RGBA: 1
        EGL_MIN_SWAP_INTERVAL: 0
        EGL_MAX_SWAP_INTERVAL: 10
</code></pre>
<p dir="auto">Many thanks,</p>
]]></description><link>https://forum.qt.io/topic/75250/yocto-qt5-lvds-on-i-mx6-fsl-community-bsp-rendering-and-color-depth</link><guid isPermaLink="true">https://forum.qt.io/topic/75250/yocto-qt5-lvds-on-i-mx6-fsl-community-bsp-rendering-and-color-depth</guid><dc:creator><![CDATA[daheronj]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to run QCamera Example application in Embedded Linux i.MX6 platform?]]></title><description><![CDATA[@Daniel-Nilsson did you get the solution to this?
]]></description><link>https://forum.qt.io/topic/71115/how-to-run-qcamera-example-application-in-embedded-linux-i-mx6-platform</link><guid isPermaLink="true">https://forum.qt.io/topic/71115/how-to-run-qcamera-example-application-in-embedded-linux-i-mx6-platform</guid><dc:creator><![CDATA[adityaNatekar]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Qt VirtualKeyboard overlays input field]]></title><description><![CDATA[But in the example project there is a QML component called 'Autoscroller'. I thought that was for automatically scrolling the input fields to the visible area of the screen.
]]></description><link>https://forum.qt.io/topic/68940/qt-virtualkeyboard-overlays-input-field</link><guid isPermaLink="true">https://forum.qt.io/topic/68940/qt-virtualkeyboard-overlays-input-field</guid><dc:creator><![CDATA[PhTe]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[PDF export heat up i.mx6]]></title><description><![CDATA[Hey,
thanks for your help.
It figured out, that the problem was not the export process. Sorry :)
It was the message window i show when the export is complete.
I dont know why but it caused the gpu to heat up even if it was closed.
]]></description><link>https://forum.qt.io/topic/62535/pdf-export-heat-up-i-mx6</link><guid isPermaLink="true">https://forum.qt.io/topic/62535/pdf-export-heat-up-i-mx6</guid><dc:creator><![CDATA[PhTe]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[fluidlauncher example: event management for forked process]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I've got Qt5.5 and the SVG fluidlauncher example built fine for an i.MX6 platform. I wanted to modify this example to launch custom apps. Although it mostly works just by modifying the config.xml, I face an issue where the background app (fluidlauncher) takes over the started app whenever an input event occurs (mouse movement/click).</p>
<p dir="auto">How to tell the main app to forward every event to the other process? I thought QProcess::ForwardedChannels would take care of it but apparently not.</p>
<p dir="auto">Not sure if the links below are up to date but the starting process options are the same:<br />
<a href="https://github.com/openwebos/qt/blob/master/demos/embedded/fluidlauncher/demoapplication.cpp#L73" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/openwebos/qt/blob/master/demos/embedded/fluidlauncher/demoapplication.cpp#L73</a><br />
<a href="http://doc.qt.io/qt-4.8/qt-demos-embedded-fluidlauncher-demoapplication-cpp.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-4.8/qt-demos-embedded-fluidlauncher-demoapplication-cpp.html</a></p>
<p dir="auto">Regards,<br />
Gary</p>
]]></description><link>https://forum.qt.io/topic/58934/fluidlauncher-example-event-management-for-forked-process</link><guid isPermaLink="true">https://forum.qt.io/topic/58934/fluidlauncher-example-event-management-for-forked-process</guid><dc:creator><![CDATA[Gary Bisson]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to play HTML5 video file on i.MX6 with QtWebKit]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I have cross built Qt 5.4.2 for the i.MX6 with QtWebKit and I am trying to get video files to play using HTML5. I have a very simple demo application that uses WebView to display an HTML page. That page uses an HTML5 video tag to reference a local video file. When the page is displayed, the video controls appear on the screen fine and even show the proper duration for the sample video file. I can press play and the timeline slider moves like the video is playing, but I never see any video frames on the screen.</p>
<p dir="auto">I validated that I can play this video file manually using gstreamer-1.0 that is built into the root file system. So it's not an issue with GStreamer or the video file itself. I understand Qt must interface with GStreamer somehow for playing these video files. Clearly it's not happening automatically. How do I troubleshoot this? Any ideas on what could be going wrong?</p>
<p dir="auto">Thanks</p>
<p dir="auto">main.cpp</p>
<pre><code>int main(int argc, char* argv[])
{
    QApplication app(argc, argv);
    QWebView view;
    view.load(QUrl("file:///home/root/content/page.html"));
    view.show();
    return app.exec();
 }
</code></pre>
<p dir="auto">page.html</p>
<pre><code>&lt;html&gt;
&lt;body bgcolor="white" marginwidth="0" marginheight="0"&gt;
Hello, world!
&lt;video src="file:///home/root/sample_mpeg4.mp4" controls&gt;
    Your browser does not support HTML5 video.
&lt;/video&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>
]]></description><link>https://forum.qt.io/topic/58331/how-to-play-html5-video-file-on-i-mx6-with-qtwebkit</link><guid isPermaLink="true">https://forum.qt.io/topic/58331/how-to-play-html5-video-file-on-i-mx6-with-qtwebkit</guid><dc:creator><![CDATA[njozwiak]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Problems with Building QT5 for i.MX6]]></title><description><![CDATA[<p dir="auto">Hello.I  building Qt5 for i.MX6 on this instruction <a href="https://community.freescale.com/docs/DOC-94066" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.freescale.com/docs/DOC-94066</a><br />
But on the fifth point, I have problems.<br />
I created a script .sh:</p>
<p dir="auto">#!/bin/bash<br />
cd /home/nikishin/qt5<br />
cd qtbase<br />
./configure -v -opensource -confirm-license -no-pch -no-icu -no-xcb -no-opengl -opengl es2  <br />
-make libs -device imx6 <br />
-compile-examples <br />
-device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-<br />
-sysroot /mnt/RootArm -no-gcc-sysroot <br />
-prefix /opt/Qt5_CM-FX6</p>
<p dir="auto">Run it, I get a lot of errors.The file with errors in the link(<a href="https://dropmefiles.com/G7iRv" target="_blank" rel="noopener noreferrer nofollow ugc">https://dropmefiles.com/G7iRv</a>)<br />
I would be grateful for any help.</p>
]]></description><link>https://forum.qt.io/topic/56528/problems-with-building-qt5-for-i-mx6</link><guid isPermaLink="true">https://forum.qt.io/topic/56528/problems-with-building-qt5-for-i-mx6</guid><dc:creator><![CDATA[Khalisi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[QT5&#x2F;EGLFS QLabel still visible after hide()]]></title><description><![CDATA[Hi,
I am trying to play video using gstreamer in qt5 video widget example.
If you have time can you please explain how to implement it, gstreamer video plays properly using gst-launch-1.0 command but when i try to play the video widget example from qt i get buffers dropped warning and the video is not running smoothly or it is delayed with breaks.
I would also like to know how did u switch between different frame buffers at runtime, like you said gstreamer on fb0 and qt ui on fb1
the board i am using is freescale imx6q board and the kernel is 3.10.17.
i built kernel and qt5 with yocto project.
Best Regards
Sriraman Ravi
]]></description><link>https://forum.qt.io/topic/55573/qt5-eglfs-qlabel-still-visible-after-hide</link><guid isPermaLink="true">https://forum.qt.io/topic/55573/qt5-eglfs-qlabel-still-visible-after-hide</guid><dc:creator><![CDATA[Sriram]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Remote debug on i.mx6]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm using Qt 5.2.1 and Qt Creator 3.0.1 on Ubuntu 12.04 64-bit host.<br />
If I try to remote debug my application on the freescale i.mx6 board (armv7l) I immediately get a "Illegal instruction"-Signal (SIGILL). The deployment works and I can run the application.</p>
<p dir="auto">I tried to connect the gdb-server and gdb manually, this works perfect. Because of that I think it's a bug in Qt Creator.</p>
<p dir="auto">Best regards<br />
okieh</p>
]]></description><link>https://forum.qt.io/topic/55108/remote-debug-on-i-mx6</link><guid isPermaLink="true">https://forum.qt.io/topic/55108/remote-debug-on-i-mx6</guid><dc:creator><![CDATA[okieh]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Qt5.4.1 build for IMX6 error]]></title><description><![CDATA[<p dir="auto">Hi. I try build qt-everywhere-opensource-src-5.4.1 for I.MX6 and got error at linking.</p>
<p dir="auto">.obj/qvalidator.o:qvalidator.cpp:function QIntValidator::validate(QString&amp;, int&amp;) const: error: undefined reference to 'QLocaleData::validateChars(QString const&amp;, QLocaleData::NumberMode, QByteArray*, int, bool) const'<br />
.obj/qvalidator.o:qvalidator.cpp:function QIntValidator::fixup(QString&amp;) const: error: undefined reference to 'QLocaleData::validateChars(QString const&amp;, QLocaleData::NumberMode, QByteArray*, int, bool) const'<br />
.obj/qvalidator.o:qvalidator.cpp:function QDoubleValidator::validate(QString&amp;, int&amp;) const: error: undefined reference to 'QLocaleData::validateChars(QString const&amp;, QLocaleData::NumberMode, QByteArray*, int, bool) const'<br />
.obj/qvalidator.o:qvalidator.cpp:function QDoubleValidatorPrivate::validateWithLocale(QString&amp;, QLocaleData::NumberMode, QLocale const&amp;) const: error: undefined reference to 'QLocaleData::validateChars(QString const&amp;, QLocaleData::NumberMode, QByteArray*, int, bool) const'<br />
collect2: error: ld returned 1 exit status<br />
make[3]: *** [../../lib/libQt5Gui.so.5.4.1] Error 1<br />
make[3]: Leaving directory <code>/home/pda/distribs/dev-tools/Qt/qt-everywhere-opensource-src-5.4.1/qtbase/src/gui' make[2]: *** [sub-gui-make_first] Error 2 make[2]: Leaving directory </code>/home/pda/distribs/dev-tools/Qt/qt-everywhere-opensource-src-5.4.1/qtbase/src'<br />
make[1]: *** [sub-src-make_first] Error 2<br />
make[1]: Leaving directory `/home/pda/distribs/dev-tools/Qt/qt-everywhere-opensource-src-5.4.1/qtbase'<br />
make: *** [module-qtbase-make_first] Error 2</p>
<p dir="auto">my config is<br />
./configure -opensource -confirm-license <br />
-device imx6 <br />
-device-option CROSS_COMPILE=/usr/local/linaro-toolchain/bin/arm-linux-gnueabihf- <br />
-no-pch <br />
-no-xcb <br />
-opengl es2 <br />
-make libs  <br />
-nomake examples <br />
-nomake tests <br />
-sysroot /home/work/buildroot-v02/output/staging -no-gcc-sysroot <br />
-prefix ${QTDIR} <br />
-v</p>
<p dir="auto">What to do?</p>
]]></description><link>https://forum.qt.io/topic/52579/qt5-4-1-build-for-imx6-error</link><guid isPermaLink="true">https://forum.qt.io/topic/52579/qt5-4-1-build-for-imx6-error</guid><dc:creator><![CDATA[_dmp]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>