Re: How to detect MMC-SD Card from an ARM application ?

2007-04-13 Thread Vivek Kaushik
hi all, I am able to get the entry for MMC in /proc/devices and also got a node in /dev directory with the name mmcblk0 n mmcblk0p1. 1.the problem i am facing is that when i insert MMC then system gets hang and comes out by hiting a key. 2.when I try mount the MMC card i am geting the

Re: How to detect MMC-SD Card from an ARM application ?

2007-04-11 Thread Andrew Armstrong
Sweta, Sorry to hijack your thread a little. I myself have has reasonable success with MMC cards, but cannot read or write to SD cards (the system does not detect them), am I missing a patch for this? I have asked on the forum a few times but no definite answer, it would be great if you knew the

RE: How to detect MMC-SD Card from an ARM application ?

2007-04-11 Thread Pham, Huy
@linux.davincidsp.com Subject: Re: How to detect MMC-SD Card from an ARM application ? Sweta, Sorry to hijack your thread a little. I myself have has reasonable success with MMC cards, but cannot read or write to SD cards (the system does not detect them), am I missing a patch for this? I have asked on the forum

How to detect MMC-SD Card from an ARM application ?

2007-04-06 Thread Sweta
Hi all, I am working on TMS320DM644x processor. I have compiled the kernel (linux-2.6.10 MVL401) with necessary patch for MMC-SD. SD card gets detected from kernel's driver properly. But I want to know the memory capacity of MMC-SD card from an ARM application in linux. Does any one know how