<?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: About Dual display on imx.6q in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283396#M33015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Take a look at: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/"&gt;http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/&lt;/A&gt;&lt;SPAN&gt;. It may helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"mxcfbN: This display specifier defines the ordering of display devices under Linux. Note that there is not a 1:1 correspondence with /dev/fbN because /dev/fb1 and /dev/fb3 will be automatically configured as overlay devices for /dev/fb0 and /dev/fb2."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 11:44:22 GMT</pubDate>
    <dc:creator>jotes</dc:creator>
    <dc:date>2014-02-07T11:44:22Z</dc:date>
    <item>
      <title>About Dual display on imx.6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283395#M33014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My board has two display interface DISP0(ADV7123-&amp;gt;VGA) and HDMI，I change the board init file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct ipuv3_fb_platform_data sabresd_fb_data[] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; { /*fb0*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "vga",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_BGR24,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "1440x900M@60",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .late_init = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "hdmi",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_RGB24,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "1024x768M@60",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .late_init = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the /dev exist 4 fb: fb0 fb1 fb2 fb3&lt;/P&gt;&lt;P&gt;According to my think, fb0 and fb1 is ok, fb0 is vga, fb1 is hdmi, but fb2 and fb3 is what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uboot:&lt;/P&gt;&lt;P&gt;setenv video1 mxcfb1:dev=hdmi,1024x768M@60,if=RGB24&lt;/P&gt;&lt;P&gt;setenv video0 mxcfb0:dev=vga,1024x768M@60,if=RGB24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs video=${video0} video=${video1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When set VGA to mxcfb0, or set HDMI to mxcfb0, the display is ok.&lt;/P&gt;&lt;P&gt;How to support the two displays at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 09:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283395#M33014</guid>
      <dc:creator>zhiyancao</dc:creator>
      <dc:date>2014-02-07T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: About Dual display on imx.6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283396#M33015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Take a look at: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/"&gt;http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/&lt;/A&gt;&lt;SPAN&gt;. It may helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"mxcfbN: This display specifier defines the ordering of display devices under Linux. Note that there is not a 1:1 correspondence with /dev/fbN because /dev/fb1 and /dev/fb3 will be automatically configured as overlay devices for /dev/fb0 and /dev/fb2."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283396#M33015</guid>
      <dc:creator>jotes</dc:creator>
      <dc:date>2014-02-07T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: About Dual display on imx.6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283397#M33016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It help me to solve some basic problem. Now I can operate on /dev/fb0 and /dev/fb2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 09:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-Dual-display-on-imx-6q/m-p/283397#M33016</guid>
      <dc:creator>zhiyancao</dc:creator>
      <dc:date>2014-02-08T09:34:08Z</dc:date>
    </item>
  </channel>
</rss>

