# @name O/QSPI raw read test
# @desc Read from O/QSPI flash directly
# @requires qspi_master/mtd
# @setup_requires qspi
QSPI_S_PERF_MTD_RAW_READ_B50M_C1 source "common.sh"; install_modules.sh "qspi"; part=`get_mtd_partition_number.sh "qspi"` || die "error getting mtd part number: $part"; do_cmd raw_perf.sh /dev/mtd"$part" 52428800 1 'read' 
QSPI_S_PERF_MTD_RAW_READ_B10M_C5 source "common.sh"; install_modules.sh "qspi"; part=`get_mtd_partition_number.sh "qspi"` || die "error getting mtd part number: $part"; do_cmd raw_perf.sh /dev/mtd"$part" 10485760 5 'read'



