| < Previous PageNext Page > | |
You can write your application(s) to store data on an MMC card using the BlackDog memory card slot. The MMC card slot on the BlackDog device reads data at a maximum speed of 12Mb/s and writes at a maximum speed of 10.4Mb/s, depending on the card.
Accessing the MMC card requires three drivers to be present:
By default, these drivers should already be compiled into your BlackDog kernel. When an MMC card is inserted into the memory card slot, the realm_mmc driver detects the card's presence and posts the message "MMC Slot; Card Detected" into /var/log/messages. The MMC card should then show up as the device /dev/mmc1. At this point, the MMC card should be mounted, so it can be accessed as a file system.
Note: You must unmount the MMC card before removing it, or data may be lost.
Before removing the MMC card, you must first unmount it by typing: umount /mnt/mmc1. Otherwise, certain edits and changes to storage may not be written to the MMC card and may be lost. Unmounting the card before removing it forces data to be synchronized between the BlackDog device and the MMC card.
| < Previous PageNext Page > | |
Copyright © Realm Systems, Inc. 2003-2005.
All rights reserved. |