<?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: iMX6 solo LCD off based on Android 4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660391#M101344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the current situation, a u-boot splash screen is keeping until kernel boot up correctly. but a screen gets to black after /init starts. For test, I intentionally add infinite loop code before call /init. As a result of test, a screen is keeping splash image correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I did to add the only kernel patch code. but a situation is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part makes this problem either kernel or android platform(start /init)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been in black hole for 10 days. please help me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 06:37:01 GMT</pubDate>
    <dc:creator>siwoolee</dc:creator>
    <dc:date>2017-01-09T06:37:01Z</dc:date>
    <item>
      <title>iMX6 solo LCD off based on Android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660389#M101342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A custom i.MX6 solo board based on android 4.3 (freescale BSP) works a little good with parallel LCD.&lt;/P&gt;&lt;P&gt;The LCD screen turns on while the part of u-boot and kernel are running. &amp;nbsp;so I can confirm u-boot splash screen and kernel logo.&lt;/P&gt;&lt;P&gt;but after log message "run_init_process /init" in kernel part from terminal, Suddenly a LCD screen is black. I already checked some hw part - backlight, LCD clcok, etc - they are ok. but LCD data line(RGB) never send anything.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find a strange message on the logcat:&lt;/P&gt;&lt;P&gt;D/SurfaceControl( 1215): Excessive delay in unblankDisplay() while turning screen on: 18771ms&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached a logcat file.&lt;/P&gt;&lt;P&gt;please, give me any advice.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336366"&gt;logcat.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660389#M101342</guid>
      <dc:creator>siwoolee</dc:creator>
      <dc:date>2017-01-05T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6 solo LCD off based on Android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660390#M101343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siwoo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check latest uboot logo patches&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-98109"&gt;Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and LVDS)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Fri, 06 Jan 2017 09:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660390#M101343</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-01-06T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6 solo LCD off based on Android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660391#M101344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the current situation, a u-boot splash screen is keeping until kernel boot up correctly. but a screen gets to black after /init starts. For test, I intentionally add infinite loop code before call /init. As a result of test, a screen is keeping splash image correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I did to add the only kernel patch code. but a situation is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part makes this problem either kernel or android platform(start /init)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been in black hole for 10 days. please help me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 06:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-solo-LCD-off-based-on-Android-4-3/m-p/660391#M101344</guid>
      <dc:creator>siwoolee</dc:creator>
      <dc:date>2017-01-09T06:37:01Z</dc:date>
    </item>
  </channel>
</rss>

