Could you reply with a schematic please? I'm curious as to why there is a HW change needed for MMC support.
Three questions
1. How do I mount a regular SD card?2. If I modify the board (resistor mod as you described), will *both* MMC and SD cards work in the same slot?
3. Why is the resistor mod even needed?
Thanks,
Aaron
Below doesn't work. I don't have that much time to devote to trouble shooting this. Can somebody explain to me please how to mount an SD card?
/ # ls /dev/mmc*
/dev/mmc0 /dev/mmc1 /dev/mmcblk0 /dev/mmcblk0p1
/ # mount -t vfat /dev/mmc0 /mnt/sdcc
mount: mounting /dev/mmc0 on /mnt/sdcc failed: No such device or address
/ # mount -t vfat /dev/mmc1 /mnt/sdcc
mount: mounting /dev/mmc1 on /mnt/sdcc failed: No such device or address
/ # mount -t vfat /dev/mmcblk0 /mnt/sdcc
mount: mounting /dev/mmcblk0 on /mnt/sdcc failed: No such device or address
/ # mount -t vfat /dev/mmcblk0p1 /mnt/sdcc
mount: mounting /dev/mmcblk0p1 on /mnt/sdcc failed: No such device or address
/ #