Switch to full style
CompactFlash, SD, MMC, USB flash storage. Anything that does not have moving parts inside.
Post a reply

SD/EMMC SPI MODE

November 4th, 2017, 14:58

Why is there not one card reader capable of using SPI or atleast enabled??..I do have sd card adapters that are spi but trying to get an image is no fun...Does anyone think i could just inject some commands with buspirate to enable SPI then use the same reader to make an dump...This is of course only if SPI is working and not regular mode..Thanks for any input!!

Re: SD/EMMC SPI MODE

November 4th, 2017, 19:20

https://en.wikipedia.org/wiki/Secure_Digital

At initial power-up or card insertion, the host device selects either the Serial Peripheral Interface (SPI) bus or the one-bit SD bus by the voltage level present on Pin 1. Thereafter, the host device may issue a command to switch to the four-bit SD bus interface, if the SD card supports it.

https://en.wikipedia.org/wiki/MultiMediaCard

eMMC also does not support the SPI-bus protocol.

Re: SD/EMMC SPI MODE

November 6th, 2017, 21:34

Pretty sure my PC3k Flash Card adapter has this option.

Re: SD/EMMC SPI MODE

November 7th, 2017, 0:41

There are some resources out there such as
http://www.microchip.com/forums/m530149.aspx
http://nerdclub-uk.blogspot.com.au/2012/11/how-spi-works-with-sd-card.html
http://elm-chan.org/docs/mmc/mmc_e.html

what is it specifically you want to do?

If the SD card is failed and you think you might be able to go through a different interface, this is probably unlikely.
Post a reply