<?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>i.MX Processors中的主题 Re: mx6q IPU problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407181#M60643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; Recommended IPU connections may be found in the i.MX6 Datasheet(s).&lt;BR /&gt; In particular, from Table 68 (Video Signal Cross-Reference) of IMX6DQCEC,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;(Rev. 3, 02/2014) for 24-bit RGB :&lt;BR /&gt; IPU DATA[0-7]&amp;nbsp; are mapped to B[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;IPU DATA[8-15] correspond G[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;IPU DATA[16-23] correspond R[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt; In U-boot kernel command line IPU display parallel interface is named LCD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;and is supported only as “CLAA WVGA LCD: RGB565”&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; Our Linux porting guide for i.MX6 – alas – does not contain recommendations about&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;the IPU parallel interface. Nevertheless, You may refer to Chapter 17 (Supporting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;the i.MX53 Reference Board DISP0 LCD) of the “i.MX53 System Development&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;User’s Guide”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Tue, 14 Jul 2015 03:10:10 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-07-14T03:10:10Z</dc:date>
    <item>
      <title>mx6q IPU problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407180#M60642</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&amp;nbsp; have a question about ipu my not understand. My custom board is mx6dl board and run android 4.2 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53858i5B5D14526C4851BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As shown above，I should set RGB24 or GBR24 in uboot . I want lcd to VGA display connected with ch7055a .&lt;/P&gt;&lt;P&gt;If I set RGB24,About DISP0_DAT0~DISP0_DAT7 is R signal,About DISP0_DAT8~DISP0_DAT15 is G signal,&lt;/P&gt;&lt;P&gt;About DISP0_DAT16~DISP0_DAT23 is B signal. That's right or not.&lt;/P&gt;&lt;P&gt;Now as shown above connection diagram，I should how to set in Uboot environment variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can give me a help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 02:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407180#M60642</guid>
      <dc:creator>mrleo</dc:creator>
      <dc:date>2015-07-14T02:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: mx6q IPU problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407181#M60643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; Recommended IPU connections may be found in the i.MX6 Datasheet(s).&lt;BR /&gt; In particular, from Table 68 (Video Signal Cross-Reference) of IMX6DQCEC,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;(Rev. 3, 02/2014) for 24-bit RGB :&lt;BR /&gt; IPU DATA[0-7]&amp;nbsp; are mapped to B[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;IPU DATA[8-15] correspond G[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;IPU DATA[16-23] correspond R[0-7]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt; In U-boot kernel command line IPU display parallel interface is named LCD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;and is supported only as “CLAA WVGA LCD: RGB565”&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; Our Linux porting guide for i.MX6 – alas – does not contain recommendations about&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;the IPU parallel interface. Nevertheless, You may refer to Chapter 17 (Supporting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;the i.MX53 Reference Board DISP0 LCD) of the “i.MX53 System Development&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;User’s Guide”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Tue, 14 Jul 2015 03:10:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407181#M60643</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-14T03:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: mx6q IPU problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407182#M60644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much！！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6q-IPU-problem/m-p/407182#M60644</guid>
      <dc:creator>mrleo</dc:creator>
      <dc:date>2015-07-14T03:27:17Z</dc:date>
    </item>
  </channel>
</rss>

