<?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: Kernel Hangs... once HDMI enabled in u-boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691831#M107215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's consider my scenario, I need to have HDMI detected in both kernel and uboot. as we are going to show uboot and kernel splash screen on HDMI display. I currently have following things working on board without any issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;u-boot with disabled HDMI + Kernel is able to detect HDMI and have splash screen ( Configured in kernel ). &lt;STRONG&gt;Over here we have splash screen delayed by 5 to 6 seconds till kernel has init script for Splash screen executed.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To overcome the blank screen after switching on we have decided to have splash screen from u-boot as well. So, we have enabled HDMI detection in u-boot and also enabled splash screen. But after making those changes Kernel is not able to boot-up. so, our final expectation is like below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;U-boot with splash screen loads first and load logo in HDMI display till the kernel init scripts loads splash screen on the HDMI display, Just need some help to have HDMI detected in uboot as well along with splash screen in both uboot and kernel.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;can you please suggest any patches, so we can have splash screen working in both uboot and kernel along with HDMI display and no hangs with kernel after bootup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 12:45:25 GMT</pubDate>
    <dc:creator>nayanpatel</dc:creator>
    <dc:date>2017-08-08T12:45:25Z</dc:date>
    <item>
      <title>Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691828#M107212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using SCM imx6 board. updated u-boot to have splash screen and deployed on board. I enabled HDMI detect in board configuration of uboot and uboot is able to detect HDMI display and also showing Splash screen on the UI. After making aforementioned changes my setup hangs at&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Starting Kernel.....&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To make sure whether it is due to HDMI changes which i did for Splash screen, i have removed HDMI cabel and now kernel is able to boot successfully with out any issue. Just want to know where am i making mistakes? I need to have splash screen in uboot and followed by Qt application on UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:28:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691828#M107212</guid>
      <dc:creator>nayanpatel</dc:creator>
      <dc:date>2017-08-03T06:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691829#M107213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have updated display structure in board configuration file as per following to detect HDMI in uboot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;struct display_info_t const displays[] = {{&lt;BR /&gt; .bus = -1,&lt;BR /&gt; .addr = 0,&lt;BR /&gt; .pixfmt = IPU_PIX_FMT_RGB666,&lt;BR /&gt; .detect = &lt;STRONG&gt;detect_hdmi, &amp;nbsp;// Earlier it was NULL&lt;/STRONG&gt;&lt;BR /&gt; .enable = enable_lvds,&lt;BR /&gt; .mode = {&lt;BR /&gt; .name = "Hannstar-XGA",&lt;BR /&gt; .refresh = 60,&lt;BR /&gt; .xres = 1024,&lt;BR /&gt; .yres = 768,&lt;BR /&gt; .pixclock = 15385,&lt;BR /&gt; .left_margin = 220,&lt;BR /&gt; .right_margin = 40,&lt;BR /&gt; .upper_margin = 21,&lt;BR /&gt; .lower_margin = 7,&lt;BR /&gt; .hsync_len = 60,&lt;BR /&gt; .vsync_len = 10,&lt;BR /&gt; .sync = FB_SYNC_EXT,&lt;BR /&gt; .vmode = FB_VMODE_NONINTERLACED&lt;BR /&gt;} },&lt;/BLOCKQUOTE&gt;&lt;P&gt;Now, uboot is able to detect HDMI with correct resolution but kernel hangs when HDMI is detected in uboot (HDMI cable is connected). If i remove HDMI cable and reset then uboot and kernel loads perfectly with out any issue. Need help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 07:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691829#M107213</guid>
      <dc:creator>nayanpatel</dc:creator>
      <dc:date>2017-08-03T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691830#M107214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may be related to&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://bugzilla.yoctoproject.org/show_bug.cgi?id=6703" title="https://bugzilla.yoctoproject.org/show_bug.cgi?id=6703"&gt;Bug 6703 – Kernel hangs on boot when HDMI cable is plugged&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;had you tried nxp Demo Image&lt;/P&gt;&lt;P&gt;Board Support Packages (3)&lt;BR /&gt;Demo Images - QWKS Board based on SCM-i.MX 6D/Q&lt;BR /&gt;&lt;A href="http://www.nxp.com/products/single-chip-modules/quick-start-board-for-scm-i.mx-6dq:QWKS-SCM-IMX6DQ?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.nxp.com/products/single-chip-modules/quick-start-board-for-scm-i.mx-6dq:QWKS-SCM-IMX6DQ?fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also one can try attached patch developed by other customers&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>Thu, 03 Aug 2017 23:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691830#M107214</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-03T23:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691831#M107215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's consider my scenario, I need to have HDMI detected in both kernel and uboot. as we are going to show uboot and kernel splash screen on HDMI display. I currently have following things working on board without any issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;u-boot with disabled HDMI + Kernel is able to detect HDMI and have splash screen ( Configured in kernel ). &lt;STRONG&gt;Over here we have splash screen delayed by 5 to 6 seconds till kernel has init script for Splash screen executed.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To overcome the blank screen after switching on we have decided to have splash screen from u-boot as well. So, we have enabled HDMI detection in u-boot and also enabled splash screen. But after making those changes Kernel is not able to boot-up. so, our final expectation is like below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;U-boot with splash screen loads first and load logo in HDMI display till the kernel init scripts loads splash screen on the HDMI display, Just need some help to have HDMI detected in uboot as well along with splash screen in both uboot and kernel.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;can you please suggest any patches, so we can have splash screen working in both uboot and kernel along with HDMI display and no hangs with kernel after bootup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691831#M107215</guid>
      <dc:creator>nayanpatel</dc:creator>
      <dc:date>2017-08-08T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691832#M107216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same problem that Nayan described. The&amp;nbsp;previously attached patch&amp;nbsp;causes the Kernel not to hang anymore, but the HDMI output doesn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 08:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691832#M107216</guid>
      <dc:creator>christian_neuwi</dc:creator>
      <dc:date>2017-09-14T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691833#M107217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691833#M107217</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-14T09:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691834#M107218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this patch:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://github.com/Freescale/linux-fslc/commit/09845b886c1198c9461de424ffd95dde363324c1" title="https://github.com/Freescale/linux-fslc/commit/09845b886c1198c9461de424ffd95dde363324c1"&gt;https://github.com/Freescale/linux-fslc/commit/09845b886c1198c9461de424ffd95dde363324c1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 15:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691834#M107218</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2017-09-14T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Hangs... once HDMI enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691835#M107219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Fabio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to do the trick :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Kernel-Hangs-once-HDMI-enabled-in-u-boot/m-p/691835#M107219</guid>
      <dc:creator>christian_neuwi</dc:creator>
      <dc:date>2017-09-18T18:28:22Z</dc:date>
    </item>
  </channel>
</rss>

