[PATCH v2 1/7] mmc: mxs-mmc: add mmc host driver for i.MX23/28
From: Russell King - ARM Linux <hidden>
Date: 2011-02-15 17:32:55
Also in:
linux-mmc
From: Russell King - ARM Linux <hidden>
Date: 2011-02-15 17:32:55
Also in:
linux-mmc
On Tue, Feb 15, 2011 at 06:29:48PM +0100, Wolfram Sang wrote:
On Tue, Feb 15, 2011 at 05:19:17PM +0000, Russell King - ARM Linux wrote:quoted
On Tue, Feb 15, 2011 at 06:13:41PM +0100, Wolfram Sang wrote:quoted
MMC fails for me (note: the card works fine with an mx35-based board) mmc0: new high speed MMC card at address 0001 mmcblk0: mmc0:0001 AF HMP 247 MiB mmcblk0: retrying using single block read mmcblk0: error -84 transferring data, sector 0, nr 8, card status 0x900 end_request: I/O error, dev mmcblk0, sector 0EILSEQ means CRC failure. Probably unrelated.Even if it works in another setup? As a result of the above, I can't read the partition table of that MMC. The mx35 can do so.
CRC is generated to protect the link between the card and the host. It means that the CRC computed by the card for the transfer and the CRC computed by the host didn't match. In other words, data was corrupted in some way between the card and the MMC host.