Aw: Re: SD card wont work with dw_mmc driver in linux. Error -84 EILSEQ

2017-12-02 Thread John Smith
I figured out it, was a HW issue, caused of bad connections on the datalines. These results a CRC and EBE (End-Bit-Error) and make read/write operations fail. Hope it helps anybody.   Best, john s.   ___ Kernelnewbies mailing list

Re: SD card wont work with dw_mmc driver in linux. Error -84 EILSEQ

2017-11-28 Thread Greg KH
On Mon, Nov 27, 2017 at 06:26:04PM +0100, John Smith wrote: > CMD18 Multiblockread and CMD17 Single block read are failing during driver > initialisation sequence.. I can not figure out, what the problem is. These > CMDs > return with -84, which means: > > * EILSEQ Basic format problem

SD card wont work with dw_mmc driver in linux. Error -84 EILSEQ

2017-11-28 Thread John Smith
CMD18 Multiblockread and CMD17 Single block read are failing during driver initialisation sequence.. I can not figure out, what the problem is. These CMDs return with -84, which means: * EILSEQ Basic format problem with the received or sent data * (e.g. CRC check failed,