# @name SD card: MMC device w/r test with fs:vfat
# @desc Perform mkfs first, then do read write 
#	The device node is specified in get_blk_device_node.sh
# @requires mmc_host/sd 
# @setup_requires sd

MMC_S_FUNC_SD_VFAT_DD_RW_1B source "common.sh"; install_modules.sh "mmc"; do_cmd blk_device_dd_readwrite_test.sh -f "vfat" -b "1" -c "1" -d "mmc" 

MMC_M_FUNC_SD_VFAT_DD_RW_100M source "common.sh"; install_modules.sh "mmc"; do_cmd blk_device_dd_readwrite_test.sh -f "vfat" -b "10M" -c "10" -d "mmc"







