<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IMX6DL 运行qt程序提示This plugin does not support createPlatformOpenGLContext!  Aborted in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857617#M131043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;你好：&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;我参考你给的链接按照其中的方法配置后，执行我的测试程序，出现如下输出信息。我发现使用上面的qt配置只有运行使用linuxfb qt程序才可以成功运行，但是使用到opengl、qml时就失败了。&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;root@freescale /$ ./TestAnimation&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;root@freescale /$ ./TestAnimation -platform eglfs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;BR /&gt;root@freescale /$ ./TestAnimation -platform linuxfb&lt;BR /&gt;jzw;pwm_backlight_update_status:s_bl_en=1&lt;BR /&gt;evdevtouch: /dev/input/event0: Invalid ABS limits, behavior unspecified&lt;BR /&gt;QQuickWidget is not supported on this platform.&lt;BR /&gt;qrc:/animationtypes.qml:32:1: module "QtGraphicalEffects" is not installed&lt;BR /&gt;This plugin does not support createPlatformOpenGLContext!&lt;BR /&gt;Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;还望你能进一步讲解下，十分感谢！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2019 11:07:54 GMT</pubDate>
    <dc:creator>肆加贰</dc:creator>
    <dc:date>2019-01-25T11:07:54Z</dc:date>
    <item>
      <title>IMX6DL 运行qt程序提示This plugin does not support createPlatformOpenGLContext!  Aborted</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857614#M131040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;针对i.MX6的板子，系统运行正常。原系统使用qt4.8.5（不含opengl），因qt应用层软件功能需求需要opengl，因此自己交叉编译了qt5.4.1的源码并将其配置到imx6板子上，在运行测试程序时出现如下错误信息：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;# ./TestAnimation -platform linuxfb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QML debugging is enabled. Only use this in a safe environment.&lt;BR /&gt;jzw;pwm_backlight_update_status:s_bl_en=1&lt;BR /&gt;QQuickWidget is not supported on this platform.&lt;BR /&gt;qrc:/animationtypes.qml:63:5: QML Image: Invalid image data: qrc:/images/firstWid/1-logo.png&lt;BR /&gt;qrc:/ClickableImageV3.qml:56:9: QML Image: Invalid image data: qrc:/images/firstWid/plane_up_1.png&lt;BR /&gt;qrc:/ClickableImageV3.qml:56:9: QML Image: Invalid image data: qrc:/images/firstWid/plane_bottom_1.png&lt;BR /&gt;qrc:/ClickableImageV3.qml:56:9: QML Image: Invalid image data: qrc:/images/firstWid/plane_mid_1.png&lt;BR /&gt;qrc:/animationtypes.qml:33:1: QML Image: Invalid image data: qrc:/images/firstWid/1.png&lt;BR /&gt;This plugin does not support createPlatformOpenGLContext!&lt;BR /&gt;Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0) &lt;BR /&gt;Aborted&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;在qt官方给出的一篇文章中发现（http://doc.qt.io/qt-5/embedded-linux.html）：&lt;/P&gt;&lt;P&gt;Building Qt for a given device requires a toolchain and a sysroot. Additionally, some devices require vendor-specific adaptation code for EGL and OpenGL ES 2.0 support. This is not relevant for non-accelerated platforms, for example the ones using the&amp;nbsp;LinuxFB&amp;nbsp;plugin, which is meant for software-based rendering only.&lt;/P&gt;&lt;P&gt;因此我采用platform eglfs，qt5.4.1源码交叉编译配置方法如下：&lt;/P&gt;&lt;P&gt;vim $source_path/qtbase/mkspecs/linux-arm-gnueabi-g++/qmake.conf&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# qmake configuration for building with arm-linux-gnueabi-g++&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;MAKEFILE_GENERATOR = UNIX&lt;BR /&gt;CONFIG += incremental&lt;BR /&gt;QMAKE_INCREMENTAL_STYLE = sublib&lt;/P&gt;&lt;P&gt;QT_QPA_DEFAULT_PLATFORM = linux #eglfs&lt;/P&gt;&lt;P&gt;QMAKE_CFLAGS_RELEASE += -O2 -march=armv7-a&lt;BR /&gt;QMAKE_CXXFLAGS_RELEASE += -O2 -march=armv7-a&lt;/P&gt;&lt;P&gt;include(../common/linux.conf)&lt;BR /&gt;include(../common/gcc-base-unix.conf)&lt;BR /&gt;include(../common/g++-unix.conf)&lt;/P&gt;&lt;P&gt;QMAKE_INCDIR += /opt/tslib1.4/include&lt;BR /&gt;QMAKE_LIBDIR += /opt/tslib1.4/lib&lt;BR /&gt;QMAKE_INCDIR += /opt/libx11/include&lt;BR /&gt;QMAKE_LIBDIR += /opt/libx11/lib&lt;/P&gt;&lt;P&gt;QMAKE_INCDIR += /opt/opengl/include&lt;BR /&gt;QMAKE_LIBDIR += /opt/opengl/lib&lt;BR /&gt;QMAKE_LIBS += -lX11 -lxcb -lX11-xcb -lxcb-dri2 -lxcb-xfixes -lexpat -ldrm -lxml2 -lglapi -lEGL -lXext -lz -lXrender -ludev&lt;BR /&gt;QMAKE_INCDIR_OPENGL += /opt/opengl/include&lt;BR /&gt;QMAKE_INCDIR_OPENGL += /opt/libx11/include&lt;BR /&gt;QMAKE_LIBDIR_OPENGL += /opt/libx11/lib&lt;BR /&gt;QMAKE_LIBDIR_OPENGL += /opt/opengl/lib&lt;BR /&gt;QMAKE_LIBS_OPENGL = -lglapi -lEGL -lGL -lX11-xcb -lX11 -lxcb-dri2 -lxcb-xfixes -lxcb -lexpat -lxml2 \&lt;BR /&gt;-ldrm -lXext -lXdamage -lXfixes -lxcb-glx -lxcb-dri3 -lxcb-present -lxcb-sync \&lt;BR /&gt;-lxshmfence -lglapi&lt;BR /&gt;QMAKE_INCDIR_OPENGL_ES2 += /opt/opengl/include&lt;BR /&gt;QMAKE_INCDIR_OPENGL_ES2 += /opt/libx11/include &lt;BR /&gt;QMAKE_LIBDIR_OPENGL_ES2 += /opt/libx11/lib&lt;BR /&gt;QMAKE_LIBDIR_OPENGL_ES2 += /opt/opengl/lib&lt;BR /&gt;QMAKE_LIBS_OPENGL_ES2 = -lglapi -lEGL -lGL -lX11-xcb -lX11 -lxcb-dri2 -lxcb-xfixes -lxcb -lexpat -lxml2 \&lt;BR /&gt;-ldrm -lXext -lXdamage -lXfixes -lxcb-glx -lxcb-dri3 -lxcb-present -lxcb-sync \&lt;BR /&gt;-lxshmfence -lglapi&lt;BR /&gt;# modifications to g++.conf&lt;BR /&gt;QMAKE_CC = arm-none-linux-gnueabi-gcc&lt;BR /&gt;QMAKE_CXX = arm-none-linux-gnueabi-g++&lt;BR /&gt;QMAKE_LINK = arm-none-linux-gnueabi-g++&lt;BR /&gt;QMAKE_LINK_SHLIB = arm-none-linux-gnueabi-g++&lt;/P&gt;&lt;P&gt;# modifications to linux.conf&lt;BR /&gt;QMAKE_AR = arm-none-linux-gnueabi-ar cqs&lt;BR /&gt;QMAKE_OBJCOPY = arm-none-linux-gnueabi-objcopy&lt;BR /&gt;QMAKE_NM = arm-none-linux-gnueabi-nm -P&lt;BR /&gt;QMAKE_STRIP = arm-none-linux-gnueabi-strip&lt;BR /&gt;load(qt_config)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qt5.4.1源码congiure配置如下：&lt;/P&gt;&lt;P&gt;./configure \&lt;BR /&gt;-v \&lt;BR /&gt;-prefix /opt/qt_5.4.1 \&lt;BR /&gt;-release \&lt;BR /&gt;-confirm-license \&lt;BR /&gt;-opensource \&lt;BR /&gt;-make libs \&lt;BR /&gt;-make examples \&lt;BR /&gt;-xplatform linux-arm-gnueabi-g++ \&lt;BR /&gt;-optimized-qmake \&lt;BR /&gt;-pch \&lt;BR /&gt;-gui \&lt;BR /&gt;-kms \&lt;BR /&gt;-eglfs \&lt;BR /&gt;-widgets \&lt;BR /&gt;-no-xkb \&lt;BR /&gt;-glib \&lt;BR /&gt;-qt-zlib \&lt;BR /&gt;-qt-xcb \&lt;BR /&gt;-opengl es2 \&lt;BR /&gt;-xinput2 \&lt;BR /&gt;-qt-freetype \&lt;BR /&gt;-qt-xkbcommon \&lt;BR /&gt;-force-pkg-config \&lt;BR /&gt;-no-sse2 \&lt;BR /&gt;-no-openssl \&lt;BR /&gt;-no-libpng \&lt;BR /&gt;-no-libjpeg \&lt;BR /&gt;-no-icu \&lt;BR /&gt;-no-pulseaudio \&lt;BR /&gt;-no-sql-db2 \&lt;BR /&gt;-no-sql-ibase \&lt;BR /&gt;-no-sql-mysql \&lt;BR /&gt;-no-sql-oci \&lt;BR /&gt;-no-sql-odbc \&lt;BR /&gt;-no-sql-psql \&lt;BR /&gt;-no-sql-sqlite \&lt;BR /&gt;-no-sql-sqlite2 \&lt;BR /&gt;-no-sql-tds \&lt;BR /&gt;-no-mtdev \&lt;BR /&gt;-no-nis \&lt;BR /&gt;-no-cups \&lt;BR /&gt;-no-glib \&lt;BR /&gt;-no-iconv \&lt;BR /&gt;-no-separate-debug-info&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;配置结果输出如下：&lt;/P&gt;&lt;P&gt;Build parts ............ libs examples&lt;BR /&gt; Mode ................... release&lt;BR /&gt; Using C++11 ............ yes&lt;BR /&gt; Using gold linker....... no&lt;BR /&gt; Using PCH .............. yes&lt;BR /&gt; Target compiler supports:&lt;BR /&gt; Neon ................. no&lt;/P&gt;&lt;P&gt;Qt modules and options:&lt;BR /&gt; Qt D-Bus ............... yes (loading dbus-1 at runtime)&lt;BR /&gt; Qt Concurrent .......... yes&lt;BR /&gt; Qt GUI ................. yes&lt;BR /&gt; Qt Widgets ............. yes&lt;BR /&gt; Large File ............. yes&lt;BR /&gt; QML debugging .......... yes&lt;BR /&gt; Use system proxies ..... no&lt;/P&gt;&lt;P&gt;Support enabled for:&lt;BR /&gt; Accessibility .......... yes&lt;BR /&gt; ALSA ................... no&lt;BR /&gt; CUPS ................... no&lt;BR /&gt; Evdev .................. yes&lt;BR /&gt; FontConfig ............. yes&lt;BR /&gt; FreeType ............... yes (system library)&lt;BR /&gt; Glib ................... no&lt;BR /&gt; GTK theme .............. no&lt;BR /&gt; HarfBuzz ............... yes (bundled copy)&lt;BR /&gt; Iconv .................. no&lt;BR /&gt; ICU .................... no&lt;BR /&gt; Image formats: &lt;BR /&gt; GIF .................. yes (plugin, using bundled copy)&lt;BR /&gt; JPEG ................. no&lt;BR /&gt; PNG .................. no&lt;BR /&gt; journald ............... no&lt;BR /&gt; mtdev .................. no&lt;BR /&gt; Networking: &lt;BR /&gt; getaddrinfo .......... yes&lt;BR /&gt; getifaddrs ........... yes&lt;BR /&gt; IPv6 ifname .......... yes&lt;BR /&gt; OpenSSL .............. no&lt;BR /&gt; NIS .................... no&lt;BR /&gt; OpenGL / OpenVG: &lt;BR /&gt; EGL .................. yes&lt;BR /&gt; OpenGL ............... yes (OpenGL ES 2.0+)&lt;BR /&gt; OpenVG ............... no&lt;BR /&gt; PCRE ................... yes (bundled copy)&lt;BR /&gt; pkg-config ............. yes &lt;BR /&gt; PulseAudio ............. no&lt;BR /&gt; QPA backends: &lt;BR /&gt; DirectFB ............. no&lt;BR /&gt; EGLFS ................ yes&lt;BR /&gt; KMS .................. yes&lt;BR /&gt; LinuxFB .............. yes&lt;BR /&gt; XCB .................. yes (bundled copy)&lt;BR /&gt; EGL on X ........... yes&lt;BR /&gt; GLX ................ no&lt;BR /&gt; MIT-SHM ............ yes&lt;BR /&gt; Xcb-Xlib ........... yes&lt;BR /&gt; Xcursor ............ yes (loaded at runtime)&lt;BR /&gt; Xfixes ............. yes (loaded at runtime)&lt;BR /&gt; Xi ................. no&lt;BR /&gt; Xi2 ................ yes&lt;BR /&gt; Xinerama ........... yes (loaded at runtime)&lt;BR /&gt; Xrandr ............. yes (loaded at runtime)&lt;BR /&gt; Xrender ............ yes&lt;BR /&gt; XKB ................ no&lt;BR /&gt; XShape ............. yes&lt;BR /&gt; XSync .............. yes&lt;BR /&gt; XVideo ............. yes&lt;BR /&gt; Session management ..... yes&lt;BR /&gt; SQL drivers: &lt;BR /&gt; DB2 .................. no&lt;BR /&gt; InterBase ............ no&lt;BR /&gt; MySQL ................ no&lt;BR /&gt; OCI .................. no&lt;BR /&gt; ODBC ................. no&lt;BR /&gt; PostgreSQL ........... no&lt;BR /&gt; SQLite 2 ............. no&lt;BR /&gt; SQLite ............... no&lt;BR /&gt; TDS .................. no&lt;BR /&gt; udev ................... yes&lt;BR /&gt; xkbcommon .............. yes (bundled copy, XKB config root: /usr/share/X11/xkb)&lt;BR /&gt; zlib ................... yes (bundled copy)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;在运行测试程序时&lt;/SPAN&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;出现如下错误信息：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;./root@freescale /$ ./TestAnimation -platform eglfs &lt;BR /&gt;QML debugging is enabled. Only use this in a safe environment.&lt;BR /&gt;libEGL warning: DRI2: xcb_connect failed&lt;BR /&gt;libEGL warning: DRI2: xcb_connect failed&lt;BR /&gt;Could not initialize egl display&lt;BR /&gt;Aborted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #def0fb;"&gt;请教下是否在配置qt5.4.1源码时未配置正确？希望各位能提供下qt5编译的方法，谢谢！&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 01:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857614#M131040</guid>
      <dc:creator>肆加贰</dc:creator>
      <dc:date>2019-01-24T01:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6DL 运行qt程序提示This plugin does not support createPlatformOpenGLContext!  Aborted</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857615#M131041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this may useful for you.&lt;A href="https://community.nxp.com/thread/380814"&gt;https://community.nxp.com/thread/380814&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 07:12:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857615#M131041</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2019-01-25T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6DL 运行qt程序提示This plugin does not support createPlatformOpenGLContext!  Aborted</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857616#M131042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你好：&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;我参考你给的链接按照其中的方法配置后，执行我的测试程序，出现如下输出信息。我发现使用上面的qt配置只有运行使用linuxfb qt程序才可以成功运行，但是使用到opengl、qml时就失败了。&lt;/P&gt;&lt;P&gt;root@freescale /$ ./TestAnimation &lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P&gt;root@freescale /$ ./TestAnimation -platform eglfs &lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;BR /&gt;root@freescale /$ ./TestAnimation -platform linuxfb&lt;BR /&gt;jzw;pwm_backlight_update_status:s_bl_en=1&lt;BR /&gt;evdevtouch: /dev/input/event0: Invalid ABS limits, behavior unspecified&lt;BR /&gt;QQuickWidget is not supported on this platform.&lt;BR /&gt;qrc:/animationtypes.qml:32:1: module "QtGraphicalEffects" is not installed&lt;BR /&gt;This plugin does not support createPlatformOpenGLContext!&lt;BR /&gt;Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0) &lt;BR /&gt;Aborted&lt;/P&gt;&lt;P&gt;还望你能进一步讲解下，十分感谢！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 11:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857616#M131042</guid>
      <dc:creator>肆加贰</dc:creator>
      <dc:date>2019-01-25T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6DL 运行qt程序提示This plugin does not support createPlatformOpenGLContext!  Aborted</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857617#M131043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;你好：&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;我参考你给的链接按照其中的方法配置后，执行我的测试程序，出现如下输出信息。我发现使用上面的qt配置只有运行使用linuxfb qt程序才可以成功运行，但是使用到opengl、qml时就失败了。&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;root@freescale /$ ./TestAnimation&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;root@freescale /$ ./TestAnimation -platform eglfs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Could not open display&lt;BR /&gt;Aborted&lt;BR /&gt;root@freescale /$ ./TestAnimation -platform linuxfb&lt;BR /&gt;jzw;pwm_backlight_update_status:s_bl_en=1&lt;BR /&gt;evdevtouch: /dev/input/event0: Invalid ABS limits, behavior unspecified&lt;BR /&gt;QQuickWidget is not supported on this platform.&lt;BR /&gt;qrc:/animationtypes.qml:32:1: module "QtGraphicalEffects" is not installed&lt;BR /&gt;This plugin does not support createPlatformOpenGLContext!&lt;BR /&gt;Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;还望你能进一步讲解下，十分感谢！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 11:07:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6DL-%E8%BF%90%E8%A1%8Cqt%E7%A8%8B%E5%BA%8F%E6%8F%90%E7%A4%BAThis-plugin-does-not-support/m-p/857617#M131043</guid>
      <dc:creator>肆加贰</dc:creator>
      <dc:date>2019-01-25T11:07:54Z</dc:date>
    </item>
  </channel>
</rss>

