<?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: i.mx6Q custom board, keep interrupt and hang. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320335#M42686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be the case that OPA (operator amplifier) is broken &lt;/P&gt;&lt;P&gt;and somehow damaged i.MX6 HDMI_HPD input.&lt;/P&gt;&lt;P&gt;Suggest to replace for test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 13:02:29 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-07-16T13:02:29Z</dc:date>
    <item>
      <title>i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320330#M42681</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; our product using i.mx6Q custom board. SDK_3.0.35_4.1.0_GA&lt;/P&gt;&lt;P&gt;recently some board boot without HDMI monitor attached will cause a endless loop of interruption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add some printk in kernel/driver/video/mxc_hdmi.c &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static irqreturn_t mxc_hdmi_hotplug( )&lt;/P&gt;&lt;P&gt;the kernel will enter this function, when it check (intr_stat &amp;amp; HDMI_IH_PHY_STAT0_HPD) will not matched (sometimes intr_stat is 0x2 or 0x0)&lt;/P&gt;&lt;P&gt;so it just leave interrupt function, and trigger by GIC again. and never stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read reference manual chapter 3, there are 159 interruption in i.mx6Q , does all these trigger all interruption function in kernel?&lt;/P&gt;&lt;P&gt;the weird thing is if I booting with HDMI attached, I won't get this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320330#M42681</guid>
      <dc:creator>wallyyeh</dc:creator>
      <dc:date>2014-07-15T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320331#M42682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without HDMI monitor attached, signal &lt;/P&gt;&lt;P&gt;HDMI_HPD - HPD input analog comparator&lt;/P&gt;&lt;P&gt;is floating, so it can endlessly send erratic signal (&lt;/P&gt;&lt;P&gt;as connect/disconnect). You should fix it to static level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&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>Tue, 15 Jul 2014 14:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320331#M42682</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-07-15T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320332#M42683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, chip! old friend, glad to see you again. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our HDMI_HPD is attached with a output from a OPA(operator amplifier), and value is 0.04v(HDMI not attached) and 3.3v(HDMI attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mention there's a &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;analog comparator&lt;/SPAN&gt; inside the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HDMI_HPD&lt;/SPAN&gt; pin. so maybe 0.04v caused &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;erratic signal?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 15:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320332#M42683</guid>
      <dc:creator>wallyyeh</dc:creator>
      <dc:date>2014-07-15T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320333#M42684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably OPA(operator amplifier) is broken,&lt;/P&gt;&lt;P&gt;since this is sensitive device. Just for test one&lt;/P&gt;&lt;P&gt;can repalce it on bad boards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 00:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320333#M42684</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-07-16T00:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320334#M42685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We sure the OPA(operator amplifier) is OK,&lt;/P&gt;&lt;P&gt;becaue we measure the voltage of HDMI_HPD is alaways low (&amp;lt;0.04V) without (HDMI not attached) by oscilloscope.&lt;/P&gt;&lt;P&gt;Even if we short HDMI_HPD to GND forcibly, the system also will cause a endless loop of interruption.&lt;/P&gt;&lt;P&gt;The failure rate is 11pcs/240pcs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Allen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 11:38:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320334#M42685</guid>
      <dc:creator>AllenLai</dc:creator>
      <dc:date>2014-07-16T11:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320335#M42686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be the case that OPA (operator amplifier) is broken &lt;/P&gt;&lt;P&gt;and somehow damaged i.MX6 HDMI_HPD input.&lt;/P&gt;&lt;P&gt;Suggest to replace for test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320335#M42686</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-07-16T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320336#M42687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see if we can replace the soc and see if this issue resolved or not. :smileylaugh:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:38:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320336#M42687</guid>
      <dc:creator>wallyyeh</dc:creator>
      <dc:date>2014-07-16T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6Q custom board, keep interrupt and hang.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320337#M42688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's been a long time,&amp;nbsp; and we find a workarround to this weird interrupt issue, initialize first before mxc_hdmi_disp_init() call request_irq().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following is what we add in mxc_hdmi_disp_init() in kernel/driver/video/mxc_hdmi.c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* initialize first, workarround for boot without DVI attached hang up*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_setup(hdmi, 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_enable_video_path(hdmi);&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_cable_connected(hdmi);&lt;/P&gt;&lt;P&gt;#ifdef CONFIG_MXC_HDMI_CEC&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_cec_handle(0x80);&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp; hdmi_set_cable_state(1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 13:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6Q-custom-board-keep-interrupt-and-hang/m-p/320337#M42688</guid>
      <dc:creator>wallyyeh</dc:creator>
      <dc:date>2014-08-16T13:22:06Z</dc:date>
    </item>
  </channel>
</rss>

