Topic LinuxMMC not in WebOrder Using
MultiMediaCards? in Linux"
The
MultiMediaCard? (MMC) is a flash memory card standard.
Booting Linux with a MMC card connected to the canyonlands you should find in the bootlog something like that:
mmc0: new high speed SD card at address 0002
mmcblk0: mmc0:0002 00000 1.90 GiB
mmcblk0: p1
If the mmc card is detected, you should see at least the following device files:
/dev/mmcblk0
If there are partitions on it, you see the following device files:
/dev/mmcblk0pX
X =[1..n] with n=number of partitions
mount the partition:
Note: Included topic
DULGData_canyonlands.LinuxMMCMount? does not exist yet
write some files to the MMC:
Note: Included topic
DULGData_canyonlands.LinuxMMCReadWrite? does not exist yet
unmount the partition with:
Note: Included topic
DULGData_canyonlands.LinuxMMCUmount? does not exist yet