Albert's mmc.sh:

#!/bin/sh

while true ; do
    if [ -x /dev/mmc/disc0 ]; then
        break
    fi
    echo "Re-loading the kernel module"
    rmmod mmc
    modprobe mmc
done

while true ; do
    if [ -e /dev/mmc/disc0/part1 ] ; then
#    if [ -e /dev/mmc/disc0/disc ] ; then
        break
    fi
    ./blkpart
done
 
mount /mnt/card
This page was last modified 14:10, 21 June 2006. | This page has been accessed 919 times. | About OpenSIMpad.org
Designed by Anna Boheim | Powerd by mediawiki