Hi ,
We try to test a class 4 sd card read/write benchmark by using dd command, but the performance is bad.
I reference this but result is quite different:
Is any driver or clock source need to modify ? Or is there any other suggest tool?
Expect more than 4MB r/w for class4, SD is 4bit mode, clk is 20Mhz
root@dm813x-evm:~# ./busybox dd count=20 bs=1M if=/dev/zero conv=fsync of=/media/mmcblk0p1/test.img
20+0 records in
20+0 records out
20971520 bytes (20.0MB) copied, 7.333820 seconds, 2.7MB/s
10485760 bytes (10.0MB) copied, 3.198495 seconds, 3.1MB/s
root@dm813x-evm:~# ./busybox dd count=10 bs=1M if=/dev/zero conv=fsync of=/media/mmcblk0p1/test.img
10+0 records in
10+0 records out
10485760 bytes (10.0MB) copied, 3.198495 seconds, 3.1MB/s
Regards,
Dan