<?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: How to build linuxfb for QT5 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567068#M87367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other question for this issue, please help me to clean it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The backend x11 can support QT5 apps is that x11 has provided &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;software implemented graphics recipe, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If my backend select x11, I can run the QT5 apps on imx6 UL, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Kuoyu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 07:13:59 GMT</pubDate>
    <dc:creator>kuoyuyu</dc:creator>
    <dc:date>2016-08-09T07:13:59Z</dc:date>
    <item>
      <title>How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567063#M87362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have question for imx6ulevk and QT5. When I run my QT5 app on imx6ulevk via backend (fb). I get some error message like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:root@imx6ulevk"&gt;root@imx6ulevk&lt;/A&gt;:~# ./myapp -platform eglfs&lt;BR /&gt;MESA-LOADER: malformed or no PCI ID&lt;BR /&gt;gbm: failed to open any driver (search paths /usr/lib/dri)&lt;BR /&gt;gbm: Last dlopen error: /usr/lib/dri/vivante_dri.so: cannot open shared object file: No such file or directory&lt;BR /&gt;failed to load driver: vivante&lt;BR /&gt;gbm: failed to open any driver (search paths /usr/lib/dri)&lt;BR /&gt;gbm: Last dlopen error: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory&lt;BR /&gt;failed to load driver: kms_swrast&lt;BR /&gt;gbm: failed to open any driver (search paths /usr/lib/dri)&lt;BR /&gt;gbm: Last dlopen error: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory&lt;BR /&gt;failed to load swrast driver&lt;BR /&gt;failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory&lt;BR /&gt;Could not initialize egl display&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="mailto:root@imx6ulevk"&gt;root@imx6ulevk&lt;/A&gt;:~# ./myapp -platform linuxfb:fb=/dev/fb0&lt;BR /&gt;This application failed to start because it could not find or load the Qt platform plugin "linuxfb".&lt;/P&gt;&lt;P&gt;Available platform plugins are: eglfs, minimal, minimalegl, offscreen.&lt;/P&gt;&lt;P&gt;Reinstalling the application may fix this problem.&lt;BR /&gt;Aborted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find some solution on this community(&lt;A href="https://community.nxp.com/thread/397197"&gt;qt5 application is not work with frame-buffer backend.&lt;/A&gt; ), they say need to build the 'linuxfb' Qt back-end. But I have not get the process to build the 'linuxfb' Qt back-end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My BSP is repo&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3a0699;"&gt;imx-3.14.52-1.1.0_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My build command is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3a0699;"&gt;MACHINE=imx6ulevk source fsl-setup-release.sh -b build-fb -e fb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3a0699;"&gt;bitbake fsl-image-qt5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to build 'linuxfb' Qt back-end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:32:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567063#M87362</guid>
      <dc:creator>kuoyuyu</dc:creator>
      <dc:date>2016-08-04T02:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567064#M87363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The NXP BSP does not provide software implemented graphics recipe and this does not&lt;/P&gt;&lt;P&gt;allow to use the NXP BSP for QT building for devices without GPU.&lt;/P&gt;&lt;P&gt;From "Freescale_Yocto_Project_User's_Guide.pdf" : "fsl-image-qt5 : Builds an opensource &lt;BR /&gt;Qt 5 image. These images are only supported for i.MX SoC with hardware graphics. They are&lt;/P&gt;&lt;P&gt;not supported on the i.MX 6UltraLite and i.MX 7Dual."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 06:31:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567064#M87363</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-08-04T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567065#M87364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your mean is that I can't use QT &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;at "backend fb" &lt;/SPAN&gt;on &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;the i.MX 6UltraLite. Because the i.MX &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;6UltraLite have not GPU, right?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Kuoyu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 09:16:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567065#M87364</guid>
      <dc:creator>kuoyuyu</dc:creator>
      <dc:date>2016-08-04T09:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567066#M87365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct, i.MX6 UL does not support QT5 because of GPU absence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:23:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567066#M87365</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-08-05T01:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567067#M87366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px;"&gt;Kuoyu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 03:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567067#M87366</guid>
      <dc:creator>kuoyuyu</dc:creator>
      <dc:date>2016-08-05T03:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567068#M87367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other question for this issue, please help me to clean it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The backend x11 can support QT5 apps is that x11 has provided &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;software implemented graphics recipe, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If my backend select x11, I can run the QT5 apps on imx6 UL, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Kuoyu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:13:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567068#M87367</guid>
      <dc:creator>kuoyuyu</dc:creator>
      <dc:date>2016-08-09T07:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567069#M87368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Strictly speaking, NXP Linux BSP does not support QT5 without GPU :&lt;/P&gt;&lt;P&gt;there is no option for software graphic implementation&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567069#M87368</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-08-09T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to build linuxfb for QT5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567070#M87369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your forward. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use same NXP BSP to build below two images for imx6 UL EVK, I get different result. Can help me to clean it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When I use below command to build image, I can run my QT5 apps on the image. &lt;/P&gt;&lt;P&gt;BSP is repo&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;imx-3.14.52-1.1.0_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Build command is&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;MACHINE=imx6ulevk source fsl-setup-release.sh -b build-x11 &lt;STRONG&gt;-e x11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;bitbake fsl-image-qt5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When I use below command to build image, I can not run my QT5 app on the image.&lt;/P&gt;&lt;P&gt;BSP is repo&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;imx-3.14.52-1.1.0_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Build command is&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;MACHINE=imx6ulevk source fsl-setup-release.sh -b build-fb &lt;STRONG&gt;-e fb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt;bitbake fsl-image-qt5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3a0699;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why -e x11 can, -e fb not? &lt;STRONG&gt;(same BSP)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kuoyu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 03:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-linuxfb-for-QT5/m-p/567070#M87369</guid>
      <dc:creator>kuoyuyu</dc:creator>
      <dc:date>2016-08-10T03:16:49Z</dc:date>
    </item>
  </channel>
</rss>

