<?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: mmc Timeout waiting for hardware interrupt.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380704#M54903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsai derek,&lt;/P&gt;&lt;P&gt;What's about your hardware design? The SD4 is connected to emmc or sd? Are you refer to our reference design board MCIMX6Q-SDP/MCIMX6Q-SDB?&lt;BR /&gt;Have a great day,&lt;BR /&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 30 Dec 2014 07:04:01 GMT</pubDate>
    <dc:creator>Rita_Wang</dc:creator>
    <dc:date>2014-12-30T07:04:01Z</dc:date>
    <item>
      <title>mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380703#M54902</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;I am working on IMX6q custom board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;I am using IMX6 android4.3 BSP from freescale&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;when setting sd4 for micro sd , i got mmc timeout message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and i can't mount sd crad on my system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Board.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#define SD4_CD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMX_GPIO_NR(4, 23)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; /* SD4 */&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_CLK__USDHC4_CLK_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_CMD__USDHC4_CMD_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_DAT0__USDHC4_DAT0_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_DAT1__USDHC4_DAT1_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_DAT2__USDHC4_DAT2_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_SD4_DAT3__USDHC4_DAT3_50MHZ,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_NANDF_ALE__USDHC4_RST,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt; MX6Q_PAD_DISP0_DAT2__GPIO_4_23,&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P&gt;static const struct esdhc_platform_data mx6q_sd4_data __initconst = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .cd_gpio&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;&amp;nbsp;&amp;nbsp; = SD4_CD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .keep_power_at_suspend = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .cd_type = ESDHC_CD_CONTROLLER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .runtime_pm = 1,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct regulator_consumer_supply mw3200_vmmc_consumers[] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGULATOR_SUPPLY("vmmc", "sdhci-esdhc-imx.0"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGULATOR_SUPPLY("vmmc", "sdhci-esdhc-imx.1"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGULATOR_SUPPLY("vmmc", "sdhci-esdhc-imx.2"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGULATOR_SUPPLY("vmmc", "sdhci-esdhc-imx.3"),&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( setting sd4 to mmc1 )&lt;/P&gt;&lt;P&gt;imx6q_add_sdhci_usdhc_imx(3, &amp;amp;mx6q_sd4_data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;fstab.freescale&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/devices/platform/sdhci-esdhc-imx.3/mmc_host/mmc1 /mnt/extsd vfat defaults voldmanaged=sdcard:auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;timeout msg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;mmc1: Timeout waiting for hardware interrupt.&lt;/P&gt;&lt;P&gt;sdhci: =========== REGISTER DUMP (mmc1)===========&lt;/P&gt;&lt;P&gt;sdhci: Sys addr: 0x00000000 | Version:&amp;nbsp; 0x00000002&lt;/P&gt;&lt;P&gt;sdhci: Blk size: 0x00000000 | Blk cnt:&amp;nbsp; 0x00000001&lt;/P&gt;&lt;P&gt;sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000&lt;/P&gt;&lt;P&gt;sdhci: Present:&amp;nbsp; 0xfffd8009 | Host ctl: 0x00000001&lt;/P&gt;&lt;P&gt;sdhci: Power:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000000d | Blk gap:&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;sdhci: Wake-up:&amp;nbsp; 0x00000000 | Clock:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x000040ff&lt;/P&gt;&lt;P&gt;sdhci: Timeout:&amp;nbsp; 0x00000000 | Int stat: 0x00000000&lt;/P&gt;&lt;P&gt;sdhci: Int enab: 0x007f0003 | Sig enab: 0x007f0003&lt;/P&gt;&lt;P&gt;sdhci: AC12 err: 0x00000000 | Slot int: 0x00000003&lt;/P&gt;&lt;P&gt;sdhci: Caps:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x07eb0000 | Caps_1:&amp;nbsp;&amp;nbsp; 0x00000007&lt;/P&gt;&lt;P&gt;sdhci: Cmd:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000341a | Max curr: 0x00ffffff&lt;/P&gt;&lt;P&gt;sdhci: Host ctl2: 0x00000000&lt;/P&gt;&lt;P&gt;sdhci: ===========================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;then i tried to read sd card&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: arial, sans-serif;"&gt; from uboot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;MX6Q U-Boot &amp;gt; mmc dev 3&lt;/P&gt;&lt;P&gt;mmc3 is current device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX6Q U-Boot &amp;gt; mmcinfo&lt;/P&gt;&lt;P&gt;Device: FSL_USDHC&lt;/P&gt;&lt;P&gt;Manufacturer ID: 41&lt;/P&gt;&lt;P&gt;OEM: 3432&lt;/P&gt;&lt;P&gt;Name: SD8GB&lt;/P&gt;&lt;P&gt;Tran Speed: 25000000&lt;/P&gt;&lt;P&gt;Rd Block Len: 512&lt;/P&gt;&lt;P&gt;SD version 2.0&lt;/P&gt;&lt;P&gt;Clock: 50000000&lt;/P&gt;&lt;P&gt;High Capacity: Yes&lt;/P&gt;&lt;P&gt;Capacity: 7902068736 Bytes&lt;/P&gt;&lt;P&gt;Bus Width: 4-bit&lt;/P&gt;&lt;P&gt;Boot Partition for boot: No boot partition available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX6Q U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know why i can't mount sd card on my system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Derek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:53:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380703#M54902</guid>
      <dc:creator>tsaiderek</dc:creator>
      <dc:date>2014-12-30T05:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380704#M54903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsai derek,&lt;/P&gt;&lt;P&gt;What's about your hardware design? The SD4 is connected to emmc or sd? Are you refer to our reference design board MCIMX6Q-SDP/MCIMX6Q-SDB?&lt;BR /&gt;Have a great day,&lt;BR /&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 30 Dec 2014 07:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380704#M54903</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2014-12-30T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380705#M54904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, &lt;/P&gt;&lt;P&gt;SD4&amp;nbsp; connect to SD, when&amp;nbsp; i use this design for SD2, everything is ok&lt;/P&gt;&lt;P&gt;but if change&amp;nbsp; to SD4,&lt;/P&gt;&lt;P&gt;i got timeout message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48810i3BAAD5F198CFECE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 07:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380705#M54904</guid>
      <dc:creator>tsaiderek</dc:creator>
      <dc:date>2014-12-30T07:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380706#M54905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you solved this issue..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380706#M54905</guid>
      <dc:creator>vineethhegde</dc:creator>
      <dc:date>2015-08-04T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380707#M54906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing similar issue in my i.mx6Q design.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:37:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380707#M54906</guid>
      <dc:creator>JithCR</dc:creator>
      <dc:date>2015-08-26T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380708#M54907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this get resolved ?&lt;/P&gt;&lt;P&gt;I see something similar, u-boot can read the SD card without issue&lt;/P&gt;&lt;P&gt;But when the kernel tries to mount the file system, I see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;mmc2: Timeout waiting for hardware interrupt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;mmc2: Timeout waiting for hardware interrupt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;mmcblk2: error -110 sending status command, retrying&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 01:25:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380708#M54907</guid>
      <dc:creator>johnlaughton</dc:creator>
      <dc:date>2016-04-19T01:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380709#M54908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even im facing same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i check same kernel on sabre board and it work fine.&lt;/P&gt;&lt;P&gt;If this issue has resolve, then guide us&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 06:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380709#M54908</guid>
      <dc:creator>vatsal_p</dc:creator>
      <dc:date>2017-05-19T06:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380710#M54909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same Issue with IMX7D on sabre borad derivative.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 17:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380710#M54909</guid>
      <dc:creator>meetthakkar</dc:creator>
      <dc:date>2019-02-21T17:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: mmc Timeout waiting for hardware interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380711#M54910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a very similar issue,&lt;/P&gt;&lt;P&gt;getting the same message after mount, after first cmd 18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 22:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mmc-Timeout-waiting-for-hardware-interrupt/m-p/380711#M54910</guid>
      <dc:creator>angelo_d</dc:creator>
      <dc:date>2019-08-27T22:45:21Z</dc:date>
    </item>
  </channel>
</rss>

