<?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 IPU issue during system bootup in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IPU-issue-during-system-bootup/m-p/486975#M77943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm using kernel version 3.14.28 and a custom imx6 solo board. I'm getting a log which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to see anything on the LVDS display. Our kernel command line is :&lt;/P&gt;&lt;P&gt;console=ttymxc3,115200n8 video=mxcfb0:dev=ldb,800x480M@60,if=RGB24,bpp=32 consoleblank=0 lpj=7905280 init=/early_init no_uart5_sdma nosmp &lt;STRONG&gt;quiet&lt;/STRONG&gt; kernel=primary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, if I &lt;STRONG&gt;remove the the quiet&lt;/STRONG&gt; option from the above command line, the boot time &lt;STRONG&gt;increases by some 700 ms&lt;/STRONG&gt; which is OK but the above issue mentioned in the log is &lt;STRONG&gt;not observed&lt;/STRONG&gt; !!! Is it due to fact that the IPU is getting initialized too early ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the issue ? Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chaitanya Dhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 04:52:01 GMT</pubDate>
    <dc:creator>chaitanyadhere</dc:creator>
    <dc:date>2016-01-13T04:52:01Z</dc:date>
    <item>
      <title>IPU issue during system bootup</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-issue-during-system-bootup/m-p/486975#M77943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm using kernel version 3.14.28 and a custom imx6 solo board. I'm getting a log which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: WARNING: adapt panel end blank lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to see anything on the LVDS display. Our kernel command line is :&lt;/P&gt;&lt;P&gt;console=ttymxc3,115200n8 video=mxcfb0:dev=ldb,800x480M@60,if=RGB24,bpp=32 consoleblank=0 lpj=7905280 init=/early_init no_uart5_sdma nosmp &lt;STRONG&gt;quiet&lt;/STRONG&gt; kernel=primary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, if I &lt;STRONG&gt;remove the the quiet&lt;/STRONG&gt; option from the above command line, the boot time &lt;STRONG&gt;increases by some 700 ms&lt;/STRONG&gt; which is OK but the above issue mentioned in the log is &lt;STRONG&gt;not observed&lt;/STRONG&gt; !!! Is it due to fact that the IPU is getting initialized too early ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the issue ? Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chaitanya Dhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 04:52:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-issue-during-system-bootup/m-p/486975#M77943</guid>
      <dc:creator>chaitanyadhere</dc:creator>
      <dc:date>2016-01-13T04:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: IPU issue during system bootup</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-issue-during-system-bootup/m-p/486976#M77944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitanya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems this issue is specific for custom board and used configuration,&lt;/P&gt;&lt;P&gt;you can add delay before ipu initialization. Just for reference use below example&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-issue-during-system-bootup/m-p/486976#M77944</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-14T02:35:45Z</dc:date>
    </item>
  </channel>
</rss>

