<?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: Using a QT4e app in yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383970#M55586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this working and hopefully can be helpful to others with similar issues.&amp;nbsp; The problem had nothing to do with Qt.&amp;nbsp; Both the X version and the embedded version did not work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The main issue is that the bootloader needed to load a display.&amp;nbsp; I did not have a display hooked up to the nitrogen6x board and it does not load a video if no screens are detected via i2c. Here are the args that worked for me. &lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666&lt;/P&gt;
&lt;P&gt;screenres=1024,600&lt;/P&gt;
&lt;P&gt;setenv fbmem ${fbmem},10M&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;My board has a display but we are currently not using it.&amp;nbsp; To find out if you have any screens loaded type the command&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;cat /proc/cmdline&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;It will return something like the following;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;enable_wait_mode=off video=mxcfb:dev=ldb,1024x600M@60,if=RGB666 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off ,10M console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait root=/dev/mmcblk0p2 mxc_hdmi.only_cea=1&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 16:02:38 GMT</pubDate>
    <dc:creator>michaeldiamond</dc:creator>
    <dc:date>2015-02-24T16:02:38Z</dc:date>
    <item>
      <title>Using a QT4e app in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383968#M55584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a qt 4 app that we have compiled and running on an LTIB version of our board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now after switching to yocto dizzy and the 3.10.17 kernel, I used the meta-toolchain-qte to compile our app.&amp;nbsp; When I start the app in the application I get the following error continuously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14244592402711692" jivemacro_uid="_14244592402711692"&gt;
&lt;P&gt;QScreenLinuxFb::connect: No such file or directory&lt;/P&gt;
&lt;P&gt;Error opening framebuffer device /dev/fb0&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to only include the necessary items in my image but here are the image recipes I am including.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14244592402656047" jivemacro_uid="_14244592402656047"&gt;
&lt;P&gt;inherit core-image&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IMAGE_FEATURES += "ssh-server-openssh tools-debug"&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;IMAGE_FEATURES +=&amp;nbsp; "debug-tweaks"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;IMAGE_INSTALL += "tzdata hostapd linux-firmware-wl12xx wpa-supplicant libusb1 libusb-compat bash openssh-sftp-server"&lt;/P&gt;
&lt;P&gt;IMAGE_INSTALL += "qt4-embedded icu"&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 16:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383968#M55584</guid>
      <dc:creator>michaeldiamond</dc:creator>
      <dc:date>2015-02-18T16:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using a QT4e app in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383969#M55585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further information is I tried the qt4e-demo-image and the qte-in-use-image on the nitrogen6x board. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same error on the serial console of the nitrogen board;&lt;/P&gt;&lt;P&gt;QScreenLinuxFb::connect: No such file or directory&lt;/P&gt;&lt;P&gt;Error opening framebuffer device /dev/fb0&lt;/P&gt;&lt;P&gt;QScreenLinuxFb::connect: No such file or directory&lt;/P&gt;&lt;P&gt;Error opening framebuffer device /dev/fb0&lt;/P&gt;&lt;P&gt;QScreenLinuxFb::connect: No such file or directory&lt;/P&gt;&lt;P&gt;Error opening framebuffer device /dev/fb0&lt;/P&gt;&lt;P&gt;QScreenLinuxFb::connect: No such file or directory&lt;/P&gt;&lt;P&gt;Error opening framebuffer device /dev/fb0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any files in the /dev that are fb0 or any other number.&amp;nbsp; cat &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;/proc/fb returns empty.&amp;nbsp; I am not sure how to create a frame buffer.&amp;nbsp; Doing this with the qt4 images also results in no FB files.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any info on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383969#M55585</guid>
      <dc:creator>michaeldiamond</dc:creator>
      <dc:date>2015-02-19T18:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using a QT4e app in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383970#M55586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this working and hopefully can be helpful to others with similar issues.&amp;nbsp; The problem had nothing to do with Qt.&amp;nbsp; Both the X version and the embedded version did not work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The main issue is that the bootloader needed to load a display.&amp;nbsp; I did not have a display hooked up to the nitrogen6x board and it does not load a video if no screens are detected via i2c. Here are the args that worked for me. &lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666&lt;/P&gt;
&lt;P&gt;screenres=1024,600&lt;/P&gt;
&lt;P&gt;setenv fbmem ${fbmem},10M&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;My board has a display but we are currently not using it.&amp;nbsp; To find out if you have any screens loaded type the command&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;cat /proc/cmdline&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;It will return something like the following;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;enable_wait_mode=off video=mxcfb:dev=ldb,1024x600M@60,if=RGB666 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off ,10M console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait root=/dev/mmcblk0p2 mxc_hdmi.only_cea=1&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 16:02:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383970#M55586</guid>
      <dc:creator>michaeldiamond</dc:creator>
      <dc:date>2015-02-24T16:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using a QT4e app in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383971#M55587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the solution Michael, I'm sure it'll help other community members!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 16:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-a-QT4e-app-in-yocto/m-p/383971#M55587</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-03-11T16:18:09Z</dc:date>
    </item>
  </channel>
</rss>

