1
SIMpad forum / Mmc Soldered. Driver Almost Working
« on: September 08, 2005, 09:40:54 am »
How about this:
date ; dd bs=4096 count=10000 if=/dev/zero of=/mnt/mmc/test ; sync ; date
This will write 40MB to the MMC and flush the cache. Then reboot to clean the cache and reread the file:
date ; cat /mnt/mmc/test > /dev/null ; date
date ; dd bs=4096 count=10000 if=/dev/zero of=/mnt/mmc/test ; sync ; date
This will write 40MB to the MMC and flush the cache. Then reboot to clean the cache and reread the file:
date ; cat /mnt/mmc/test > /dev/null ; date