<?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: Adding eMMC 5.0 chip imx7d sabre board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810446#M124981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you fixed this issue or not?&lt;/P&gt;&lt;P&gt;I find same issue on the&amp;nbsp;i.MX 7Dual SABRE-SD platform.&lt;/P&gt;&lt;P&gt;when at u-boot, i find the mmc dev 1 command will failed to change device to high speed SDR 8 bit and 4 bit mode, after change mode then send_ext_csd_cmd() will failed, the return error is -17.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2018 09:59:58 GMT</pubDate>
    <dc:creator>darrenjiao</dc:creator>
    <dc:date>2018-09-17T09:59:58Z</dc:date>
    <item>
      <title>Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810441#M124976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to start experimenting with alternate boot media options so we attached an eMMC 5.0 chip to the IMX7D sabre development board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under u-boot, I can type mmc info and see the chip:&lt;/P&gt;&lt;P&gt;=&amp;gt; mmc dev 1&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1(part 0) is current device&lt;BR /&gt;=&amp;gt; &lt;BR /&gt;=&amp;gt; mmc info&lt;BR /&gt;Device: FSL_SDHC&lt;BR /&gt;Manufacturer ID: da&lt;BR /&gt;OEM: 100&lt;BR /&gt;Name: E0002 &lt;BR /&gt;Bus Speed: 52000000&lt;BR /&gt;Mode : MMC High Speed (52MHz)&lt;BR /&gt;Rd Block Len: 512&lt;BR /&gt;MMC version 5.0&lt;BR /&gt;High Capacity: Yes&lt;BR /&gt;Capacity: 1.8 GiB&lt;BR /&gt;Bus Width: 1-bit&lt;BR /&gt;Erase Group Size: 512 KiB&lt;BR /&gt;HC WP Group Size: 8 MiB&lt;BR /&gt;User Capacity: 1.8 GiB ENH WRREL&lt;BR /&gt;User Enhanced Start: 0 Bytes&lt;BR /&gt;User Enhanced Size: 1.8 GiB&lt;BR /&gt;Boot Capacity: 2 MiB ENH&lt;BR /&gt;RPMB Capacity: 512 KiB ENH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After kernel boot, the kernel seems to fail to further communicate with the part and repeats various errors similar to the following as it tries different bus options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mmc1: Timeout waiting for hardware interrupt.&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;mmc1: switch to bus width 4 failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;mmc1: mmc_select_hs200 failed, error -110&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;mmc1: error -110 whilst initialising MMC card&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;I first was using Linux 4.1.15 and the device appeared as mmc2 (same timeout errors though).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Then tried Linux 4.9.x from the imx branch to see if a newer mmc driver had better luck but it's the same.&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;There are a lot of posts on the forums with this error but they usually have to do with custom boards and booting. &amp;nbsp;None of them posted a solution that I found. &amp;nbsp;Anyone have a clue where I might look to correctly communicate with the eMMC as an added hard drive?&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 23:35:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810441#M124976</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-10T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810442#M124977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reliable boot recommended to program emmc with mfg tool found on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also one can try with several emmc as on case&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/332110"&gt;https://community.nxp.com/thread/332110&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>Tue, 11 Sep 2018 23:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810442#M124977</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-11T23:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810443#M124978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response. &amp;nbsp;I think perhaps you misunderstood my original problem. I'm not trying to boot from eMMC right now. &amp;nbsp;I just want to use the eMMC chip for storage option in the mean time. &amp;nbsp;Currently I still boot from the removable SD Card. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't I be able to boot from the SD Card and then have linux see eMMC as available block device for storage? &amp;nbsp;u-boot from SD Card can see eMMC chip with &amp;gt; mmc info but in Linux it has timeouts. &amp;nbsp;I don't know if this is a hardware problem or software problem currently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810443#M124978</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-12T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810444#M124979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Shouldn't I be able to boot from the SD Card and then have linux see eMMC as available block device for storage?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes. May be useful to check Table 31. Linux uSDHC relationships attached Linux Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmc used on sd3 port on i.MX7D Sabre SD schematic&lt;/P&gt;&lt;P&gt;Schematics (2)&lt;BR /&gt;Design files for i.MX 7Dual (REV D) &lt;BR /&gt;Design files, including hardware schematics, Gerbers, and OrCAD files for i.MX 7Dual (REV D)&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-7-processors/i.mx-7dual-processors-heterogeneous-processing-with-dual-arm-cortex-a7-cores-and-cortex-m4-core:i.MX7D?fpsp=1&amp;amp;tab=Design_Tools_Tab" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-7-processors/i.mx-7dual-processors-heterogeneous-processing-with-dual-arm-cortex-a7-cores-and-cortex-m4-core:i.MX7D?fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and works fine with nxp bsps&lt;/P&gt;&lt;P&gt;linux/arch/arm/boot/dts/imx7d-sdb.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx7d-sdb.dts?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx7d-sdb.dts?h=imx_4.1.15_2.0.0_ga"&gt;imx7d-sdb.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Linux Documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageTyp…&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, 13 Sep 2018 01:29:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810444#M124979</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-13T01:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810445#M124980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, the references you pointed to are what I'm using already so it seems like it should work. &amp;nbsp;I'll go back to a lower level and see if we perhaps go the chip attached insufficiently or there is some other hardware problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:45:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810445#M124980</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-13T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810446#M124981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you fixed this issue or not?&lt;/P&gt;&lt;P&gt;I find same issue on the&amp;nbsp;i.MX 7Dual SABRE-SD platform.&lt;/P&gt;&lt;P&gt;when at u-boot, i find the mmc dev 1 command will failed to change device to high speed SDR 8 bit and 4 bit mode, after change mode then send_ext_csd_cmd() will failed, the return error is -17.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 09:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810446#M124981</guid>
      <dc:creator>darrenjiao</dc:creator>
      <dc:date>2018-09-17T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810447#M124982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same issue, when boot from SD card and used u-boot command 'mmc dev 1', the host will failed at high speed mode 8-bit and 4-bit bus width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did i should set same register of the SD3 port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:03:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810447#M124982</guid>
      <dc:creator>darrenjiao</dc:creator>
      <dc:date>2018-09-17T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810448#M124983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did NXP assembly one 153 emmc chip on this board and debug?&lt;/P&gt;&lt;P&gt;if yes, which chips used?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 10:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810448#M124983</guid>
      <dc:creator>darrenjiao</dc:creator>
      <dc:date>2018-09-17T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810449#M124984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're getting more parts in today to test more. &amp;nbsp;I'll let you know if I find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our error was -110, a timeout on commands 8 and 55.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810449#M124984</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-17T15:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810450#M124985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick update, reflowing our part was able to fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary, yes, default config out of the box works with the eMMC chip. &amp;nbsp;You don't have to change any kernel drivers or device tree settings, when operating correctly, it shows up as /dev/mmcX***&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 20:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810450#M124985</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-17T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810451#M124986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much, i will reflowing my part too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 01:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810451#M124986</guid>
      <dc:creator>darrenjiao</dc:creator>
      <dc:date>2018-09-19T01:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810452#M124987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The part number on the dev board schematic is:&amp;nbsp;MTFC8GACAEAM-1M WT&lt;/P&gt;&lt;P&gt;It's a Micron part. &amp;nbsp;Unfortunately it's obsoleted so you have to find another eMMC chip that is currently stocked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 16:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810452#M124987</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-25T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810453#M124988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, i used Greenliant device.&lt;/P&gt;&lt;P&gt;which part you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 07:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810453#M124988</guid>
      <dc:creator>darrenjiao</dc:creator>
      <dc:date>2018-09-26T07:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding eMMC 5.0 chip imx7d sabre board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810454#M124989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this part:&amp;nbsp;&lt;SPAN style="color: #000000; font-size: 12px;"&gt;SFEM4096B1EA1TO-I-GE-111-E02 From Swissbit. &amp;nbsp;It's been working fine so far.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:44:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-eMMC-5-0-chip-imx7d-sabre-board/m-p/810454#M124989</guid>
      <dc:creator>dennis3</dc:creator>
      <dc:date>2018-09-26T15:44:05Z</dc:date>
    </item>
  </channel>
</rss>

