Is it possible to control SD card reader register pins from Linux via C/C++ ? I have seen people doing it for pcmcia. But never with sd.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use lspci to list the devices on your motherboard. From that you can find the hardware driver. If it doesn’t already have the capability, you can add ioctl calls to the driver to read and write registers.