<?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: eMMC device interface on iMX6 SABRE Smart Device board... in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280978#M32301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a few things you can try in u-boot (all values are always hexadecimal by default):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mmc dev &amp;lt;number&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;On the Sabre SDB, &amp;lt;number&amp;gt; is:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 1 for the SD slot opposite to the power jack&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 2 for the SD slot next to the HDMI connector&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 3 for the on-board eMMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mmc read &amp;lt;ramaddress&amp;gt; &amp;lt;sourceaddress&amp;gt; &amp;lt;blocks&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This reads the SD/eMMC and puts the result in RAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;md &amp;lt;ramaddress&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This shows the RAM contents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mw &amp;lt;ramaddress&amp;gt; &amp;lt;value&amp;gt; &amp;lt;count&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this overwrites the RAM with a given value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example using eMMC:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13624102893988121" jivemacro_uid="_13624102893988121" modifiedtitle="true"&gt;
&lt;P&gt;mw 10800000 FFFFFFFF 100&lt;/P&gt;
&lt;P&gt;md 10800000&lt;/P&gt;
&lt;P&gt;mmc dev 3&lt;/P&gt;
&lt;P&gt;mmc read 10800000 100 100&lt;/P&gt;
&lt;P&gt;md 10800000&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the same but with mmc dev 2, and you should be able to verify that the eMMC and SD card contents are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2013 15:22:43 GMT</pubDate>
    <dc:creator>RodBorras</dc:creator>
    <dc:date>2013-03-04T15:22:43Z</dc:date>
    <item>
      <title>eMMC device interface on iMX6 SABRE Smart Device board...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280977#M32300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to do some low level interfacing (not on linux) to the eMMC device on the SABRE Smart Board, but I'm suspicious that it may not be working.&amp;nbsp; I build/install u-boot over USB and when the target boots up, I see a few strange lines in the output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Board: i.MX6Q-SABRESD: unknown-board Board: 0x63012 [POR ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Boot Device: NOR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MMC Device -1 not found&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;No MMC card found&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First "unknown board", then "boot device: NOR" (there is no NOR on this board).&amp;nbsp; I just ignore them; but the&lt;/P&gt;&lt;P&gt;next ones imply that there's no MMC device.&amp;nbsp; I have an SD card plugged in, and the eMMC device is onboard, so shouldn't&lt;/P&gt;&lt;P&gt;they be found?&amp;nbsp;&amp;nbsp; Gotta dig into u-boot to see if I should ignore this too; however, I figured I'd post the question here as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've played with the 'mmc' command a bit, but don't really know what I'm supposed to see.&amp;nbsp; The eMMC device is mmc device 3, so I was wondering if there is any test or command I can run at u-boot to verify that this device is actually working properly.&lt;SPAN class="mce_paste_marker"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 22:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280977#M32300</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2013-03-01T22:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC device interface on iMX6 SABRE Smart Device board...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280978#M32301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a few things you can try in u-boot (all values are always hexadecimal by default):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mmc dev &amp;lt;number&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;On the Sabre SDB, &amp;lt;number&amp;gt; is:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 1 for the SD slot opposite to the power jack&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 2 for the SD slot next to the HDMI connector&lt;/P&gt;&lt;P&gt;&amp;nbsp; - 3 for the on-board eMMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mmc read &amp;lt;ramaddress&amp;gt; &amp;lt;sourceaddress&amp;gt; &amp;lt;blocks&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This reads the SD/eMMC and puts the result in RAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;md &amp;lt;ramaddress&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This shows the RAM contents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mw &amp;lt;ramaddress&amp;gt; &amp;lt;value&amp;gt; &amp;lt;count&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this overwrites the RAM with a given value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example using eMMC:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13624102893988121" jivemacro_uid="_13624102893988121" modifiedtitle="true"&gt;
&lt;P&gt;mw 10800000 FFFFFFFF 100&lt;/P&gt;
&lt;P&gt;md 10800000&lt;/P&gt;
&lt;P&gt;mmc dev 3&lt;/P&gt;
&lt;P&gt;mmc read 10800000 100 100&lt;/P&gt;
&lt;P&gt;md 10800000&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the same but with mmc dev 2, and you should be able to verify that the eMMC and SD card contents are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 15:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280978#M32301</guid>
      <dc:creator>RodBorras</dc:creator>
      <dc:date>2013-03-04T15:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: eMMC device interface on iMX6 SABRE Smart Device board...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280979#M32302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;Sorry for the late response got tied up with other stuff.&lt;/P&gt;&lt;P&gt;This is great, gives me what I need...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eMMC-device-interface-on-iMX6-SABRE-Smart-Device-board/m-p/280979#M32302</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2013-03-22T13:51:31Z</dc:date>
    </item>
  </channel>
</rss>

