<?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: i.MX6 LCD display does not work when using yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331248#M44732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for sharing your solution with the Community!!! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 01:13:38 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2015-02-26T01:13:38Z</dc:date>
    <item>
      <title>i.MX6 LCD display does not work when using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331244#M44728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now working on Freescale&amp;nbsp; imx6dlsabreauto board with Yocto L3.10.17_1.0.2.&lt;/P&gt;&lt;P&gt;I connected a 7" 800 x 480 LCD display,and set the kernel command line&lt;/P&gt;&lt;P&gt;as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;setenv mmcargs 'setenv bootargs console=${console},${baudrate} ${smp} root=${mmcroot} video=mxcfb0:dev=lcd,CLAA-WVGA,if=RGB565'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After the kernel started,the LCD display did not work(it displayed nothing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I tested with LTIB L3.0.35,the LCD worked normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So could you tell me why LCD display doest not work under Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 03:10:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331244#M44728</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-02-24T03:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 LCD display does not work when using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331245#M44729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried following command after boot completed?&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; /sys/class/graphics/fb0/blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 04:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331245#M44729</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-02-24T04:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 LCD display does not work when using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331246#M44730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes,I tried that command,it did not help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the L3.10.17 kernel message,I found logs about lcd as below.&lt;/P&gt;&lt;P&gt; &lt;EM&gt;mxc_sdc_fb fb.22: register mxc display driver lcd&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; mxc_sdc_fb fb.22: NO mxc display driver found!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the L3.0.35 kenel just output the following log about lcd.&lt;/P&gt;&lt;P&gt; &lt;EM&gt;mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver lcd&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong within LCD driver of Linux-imx_3.10.17?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 05:10:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331246#M44730</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-02-24T05:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 LCD display does not work when using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331247#M44731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have resolved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the device tree for imx6 in L3.10.17 has not registered the LCD device.&lt;/P&gt;&lt;P&gt;After I configured the LCD for imx6 in device tree,the LCD became to work.&lt;/P&gt;&lt;P&gt;I attached the device tree files that I have modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for my LCD display, I changed the kernel command line parameter from&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;video=mxcfb0:dev=lcd,CLAA-WVGA,if=RGB565&lt;/SPAN&gt; to&lt;SPAN style="text-decoration: underline;"&gt; &lt;SPAN style="text-decoration: underline;"&gt;video=mxcfb0:dev=lcd,CLAA-WVGA,if=RGB666&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 02:12:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331247#M44731</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-02-25T02:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 LCD display does not work when using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331248#M44732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for sharing your solution with the Community!!! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 01:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-LCD-display-does-not-work-when-using-yocto/m-p/331248#M44732</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-02-26T01:13:38Z</dc:date>
    </item>
  </channel>
</rss>

