1628|1

6841

帖子

11

TA的资源

版主

楼主
 

【米尔瑞萨RZ/G2L开发板-试用体验】TF卡读写测试 [复制链接]

这里选取了三款TF卡进行测试

 

# 《雷龙发展提供的CS创世SD NAND》

1、写的速度:

```
100+0 records in~# time dd if=/mnt/1.txt of=/dev/null bs=1M count=100 iflag=direc
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 4.17846 s, 25.1 MB/s

real    0m4.259s
user    0m0.001s
sys     0m0.658s
ynct@myir-yg2lx:~# time dd if=tempfile of=/mnt/1.txt bs=1M count=100 conv=fdatas
100+0 records in
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 4.24326 s, 24.7 MB/s
```

速度为24.7MB/s
2、读的速度:

```
root@myir-yg2lx:/# time dd if=/mnt/1.txt of=/dev/null bs=1M count=100 iflag=direct,nonblock
100+0 records in
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 1.88799 s, 55.5 MB/s

real    0m1.893s
user    0m0.005s
sys     0m0.062s
```

读的速度达到了55.5MB/s

# ScanDisk 16G

插入SD卡后自动识别:

```
[ 4205.897770] mmc1: new high speed SDHC card at address ef6d
[ 4205.909758] mmcblk1: mmc1:ef6d AFGCC 14.8 GiB
[ 4205.927461]  mmcblk1: p1 p2 p3
```

写的速度为24.7MB/s:

```
100+0 records out# time dd if=/mnt/1.txt of=/dev/null bs=1M count=100 iflag=direc
104857600 bytes (105 MB, 100 MiB) copied, 4.25149 s, 24.7 MB/s

real    0m4.332s
user    0m0.001s
```

读的速度为40MB/s

```
100+0 records in~# time dd if=tempfile of=/mnt/1.txt bs=1M count=100 conv=fdatasy
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 2.62025 s, 40.0 MB/s

real    0m2.625s
user    0m0.001s
sys     0m0.125s
```

# Gemaixi512G

插入后自动识别

```
root@myir-yg2lx:~# [ 4363.624406] mmc1: card ef6d removed
[ 4380.805766] mmc1: new high speed SDXC card at address 2143
[ 4380.812127] mmcblk1: mmc1:2143 APPSD 500 GiB
[ 4380.825030] Alternate GPT is invalid, using primary GPT.
[ 4380.830420]  mmcblk1: p1 p2 p3
```

写入速度24.7MB/s:

```
[ 4380.8304g2lx:~# time dd if=tempfile of=/mnt/1.txt bs=1M count=100 conv=fdatasync
100+0 records in1.txt of=/dev/null bs=1M count=100 iflag=direc
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 4.24071 s, 24.7 MB/s

real    0m4.323s
user    0m0.001s
```

读取39MB/s:

```
syst@myir-yg2lx:~# time dd if=/mnt/1.txt of=/dev/null bs=1M count=100 iflag=direct,nonblock
100+0 records in~# time dd if=tempfile of=/mnt/1.txt bs=1M count=100 conv=fdatasy
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 2.66665 s, 39.3 MB/s

real    0m2.671s
user    0m0.001s
sys     0m0.130s
```

终上所述TF卡的写入速度均为24.7MB/s,但是读取的速度还是以SD NAND速度为最快,达到了55.5MB/S。
 

此帖出自工控电子论坛

最新回复

跟着楼主学习RZ/G2L开发板的TF卡读写测试   详情 回复 发表于 2023-5-21 08:33
点赞 关注
 

回复
举报

1668

帖子

0

TA的资源

五彩晶圆(初级)

沙发
 

跟着楼主学习RZ/G2L开发板的TF卡读写测试

此帖出自工控电子论坛
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表