LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   SD Card interfacing (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/sd-card-interfacing-637483/)

atmurali 04-24-2008 04:21 AM

SD Card interfacing
 
Hi,

We are in a big trouble. We are trying to develope driver for sd card for ARM. But it doesn't respond to the commands. How could I see the device driver written for PC so that I may be able to understand the basic ideas of sd interfacing.
Thank you.

jf.argentino 04-24-2008 06:10 AM

How do you connect your SDCard to the system. If it's through SPI, you can have a look at "blackfin.uclinux.org" where there's a driver for this purpose. If I well remember, there's two layers for the driver: the SPI driver which must be the most arch dependent and the SDCard part, the "protocol" to use for accessing your SDCard. When i was working with blackfin, the SPI layer began to be integrated into the mainline kernel...


All times are GMT -5. The time now is 01:35 PM.