<?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: 8-bit  eMMC interface in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244757#M170776</link>
    <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Our custom board has iMX 6 processor&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;MCIMX6G3CVM05AB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please answer my below questions with YES or NO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Can we connect this 8-bit&amp;nbsp;eMMC to ushdc-2(SD2 ) interface?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.Also can we use UUU to flash the eMMC mentioned in question 1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shwetha&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 10:09:59 GMT</pubDate>
    <dc:creator>shwethanarayan</dc:creator>
    <dc:date>2021-03-12T10:09:59Z</dc:date>
    <item>
      <title>8-bit  eMMC interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244663#M170763</link>
      <description>&lt;P&gt;Hi NXP team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using i.MX 6 processor&amp;nbsp;MCIMX6G3CVM05AB for one of our project.&lt;/P&gt;&lt;P&gt;Can we connect this 8-bit&lt;SPAN&gt;&amp;nbsp;eMMC to ushdc-2(SD2 ) interface. We are using this eMMC as the primary booting option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also can we use UUU to flash the eMMC? What changes need to be done?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know your feedback.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shwetha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 07:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244663#M170763</guid>
      <dc:creator>shwethanarayan</dc:creator>
      <dc:date>2021-03-12T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: 8-bit  eMMC interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244701#M170766</link>
      <description>&lt;P&gt;refer to the Table 5-6. MMC/eMMC Boot Fusemap of imx6ul reference manual, BOOT_CFG2[5-7] can choose bus width:&lt;/P&gt;
&lt;P&gt;Bus Width:&lt;BR /&gt;000 - 1-bit&lt;BR /&gt;001 - 4-bit&lt;BR /&gt;010 - 8-bit&lt;BR /&gt;101 - 4-bit&lt;BR /&gt;DDR (MMC 4.4)&lt;BR /&gt;110 - 8-bit&lt;BR /&gt;DDR (MMC 4.4)&lt;BR /&gt;Else - Reserved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then try the patch to support 8bit emmc&lt;/P&gt;
&lt;P&gt;diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h&lt;/P&gt;
&lt;P&gt;index aabe2f7..b05b71f 100644&lt;/P&gt;
&lt;P&gt;--- a/include/configs/mx6ul_14x14_evk.h&lt;/P&gt;
&lt;P&gt;+++ b/include/configs/mx6ul_14x14_evk.h&lt;/P&gt;
&lt;P&gt;@@ -426,4 +426,6 @@&lt;/P&gt;
&lt;P&gt;#include "mx6ul_14x14_evk_android.h"&lt;/P&gt;
&lt;P&gt;#endif&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+#define CONFIG_MX6UL_EVK_EMMC_REWORK&lt;/P&gt;
&lt;P&gt;+&lt;/P&gt;
&lt;P&gt;#endif&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244701#M170766</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-03-12T08:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: 8-bit  eMMC interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244757#M170776</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Our custom board has iMX 6 processor&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;MCIMX6G3CVM05AB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please answer my below questions with YES or NO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Can we connect this 8-bit&amp;nbsp;eMMC to ushdc-2(SD2 ) interface?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.Also can we use UUU to flash the eMMC mentioned in question 1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shwetha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1244757#M170776</guid>
      <dc:creator>shwethanarayan</dc:creator>
      <dc:date>2021-03-12T10:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: 8-bit  eMMC interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1248138#M171058</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody answer me on this query.&lt;/P&gt;&lt;P&gt;We are using i.MX 6 processor&amp;nbsp;MCIMX6G3CVM05AB for one of our project.&lt;/P&gt;&lt;P&gt;Can we connect this 8-bit&lt;SPAN&gt;&amp;nbsp;eMMC to ushdc-2(SD2 ) interface. We are using this eMMC as the primary booting option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also can we use UUU to flash the eMMC? What changes need to be done?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know your feedback.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shwetha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 11:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1248138#M171058</guid>
      <dc:creator>shwethanarayan</dc:creator>
      <dc:date>2021-03-18T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: 8-bit  eMMC interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1249123#M171157</link>
      <description>&lt;P&gt;did you see my patch? this is for how to support 8bit emmc the answer is yes of course&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 04:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/8-bit-eMMC-interface/m-p/1249123#M171157</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-03-20T04:55:24Z</dc:date>
    </item>
  </channel>
</rss>

