<br><br><div><span class="gmail_quote">On 8/11/07, <b class="gmail_sendername">Frantisek Dufka</b> <<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
David Hazel wrote:<br>> On Fri, 2007-08-10 at 22:52 +0300, Igor Stoppa wrote:<br>>> I don't know about MMC/SD (isn't that something that is not public<br>>> available?)<br>><br>> I would hope that the serial number of an SD card can be read on the
<br>> Nokia. It can certainly be read from an SD card that is installed on a<br>> Windows Mobile device.<br><br>cat /sys/devices/platform/mmci-omap.1/*/cid<br><br>* is there because the path contains card model name which is variable.
<br>In my case for Transcend 150x 4GB SD the name is 'b368' and card is in<br>internal slot</blockquote><div><br></div></div>I have other things in that directory, so it appears a better path is...<br><br>for the "internal":
<br>cat /sys/devices/platform/mmci-omap.1/mmc0*/cid <br><br>for the "external"<br>cat /sys/devices/platform/mmci-omap.1/mmc1*/cid<br><br>I also found that:<br>cat /sys/class/mmc_host/mmc0/slot_name<br>will tell you the "name" of the card (internal or external)
<br><br>Good info, by the way.<br>