当前位置:网站首页>1. Mx6ul core module uses serial EMMC read / write test (IV)
1. Mx6ul core module uses serial EMMC read / write test (IV)
2022-07-26 02:09:00 【szembed】
The following is already in Iot-6ULX/EVB-6ULX The verification on the platform passed ,Iot-6ULX/EVB-6ULX Introduce the following :

3. eMMC Read and write test
3.1 eMMC Write speed test
eMMC The root file system contains multiple directories , We need to select one of these directories to test . You can execute the following instructions to view the directories contained in the root directory .
[email protected] ~# cd / // Go to the root directory
[email protected] /# pwd // View the current directory
[email protected] /# ls // Displays the files and directories in the current directory

Contents under the root directory
As you can see from the above figure , The root directory contains several subdirectories . among ,root The directory is the default directory when the system logs in ( Home directory ). During the test , We enter root Test under the directory .
[email protected] /# cd /root // Enter root Catalog
[email protected] ~# pwd // View the current directory

Enter into root Under the table of contents
Use dd Command to root Write data to directory , And generate largefile file , File size is 80 MiB, Test write speed .
[email protected] ~# dd if=/dev/zero of=./largefile bs=8k count=10240 conv=fdatasync

eMMC Write speed test
From the information displayed on the terminal , The size of the file written is 80MiB, Speed is 12.2MB/s.
3.2 eMMC Read speed test
explain : because Linux Kernel mechanism of , Generally, there is no need to release the used cache. these cache Content can increase the reading and writing speed of files .
The test process is to be able to test from eMMC Accurate speed of reading data in , So you need to clear the cache first .
Execute the following instructions , Clear cache :
[email protected] ~# sh -c "sync && echo 3 > /proc/sys/vm/drop_caches" // Clear page cache , Catalog entries and inode

Clear cache
Again using dd The instruction reads with dd Instructions written largefile file , Test the reading speed :
[email protected] ~# dd if=./largefile of=/dev/null bs=8k

eMMC Read speed test
From the information displayed on the terminal , The read file size is 80MiB, Speed is 101MB/s.
After the test is completed , Delete the test file with instructions :
[email protected] ~# ls -alh largefile // see largefile file
[email protected] ~# rm largefile // remove largefile file

Delete test file
边栏推荐
- Worthington产气荚膜梭菌神经氨酸酶的特征及测定
- 增删改查业务的快速上手
- Video game quiz? I think it's useless. It's better to do these well!
- 登堂入室soc之arm汇编基础
- Sqlyog data import and export graphic tutorial
- 转:高效做正确的事
- vite 本地运行首次进入页面加载慢问题
- Create a future and enjoy extraordinary | gbase Nantah General Motors unveiled opengauss Developer Day 2022
- Turn: do the right thing efficiently
- Web3.0 blog DAPP development practice [2022]
猜你喜欢

Qt程序美化之样式表的使用方法,Qt使用图片作为背景与控件透明化,Qt自定义按钮样式

Create a future and enjoy extraordinary | gbase Nantah General Motors unveiled opengauss Developer Day 2022

Worthington木瓜蛋白酶丨从纯化的蛋白聚糖生产糖肽(附文献)

Worthington nuclease and Micrococcus related research and determination scheme

D. Rating compression (thinking + double pointer)

The slow loading of the first entry page of vite local operation

Tenant issues.

National standard gb28181 protocol video platform easygbs message pop-up mode optimization

How to choose cloud note tool? What can I do with cloud notes?

1. Mx6ul core module use serial -rs485 test (x)
随机推荐
2022-07-17
BGP知识点总结
租户问题。
[C language brush leetcode] 1462. curriculum IV (m)
1205 Lock wait timeout exceeded; Try restarting transaction processing
# Dest0g3 520迎新赛(更新中)
I.MX6UL核心模块使用连载-查看系统信息 (二)
18_请求文件
【2021】【论文笔记】红外及THz下的细胞膜生物效应——效应是现象,作用是机理——THz对医学的好处
Turn: do the right thing efficiently
SQLyog数据导入导出图文教程
obsidian移动端PC段同步
[C language brush leetcode] 443. Compressed string (m)
I.MX6UL核心模块使用连载-CAN、蜂鸣器测试 (十一)
Worthington核酸酶、微球菌相关研究及测定方案
Protect syslog servers and devices
Infinite fraction path (BFS pruning)
转:高效做正确的事
Worthington产气荚膜梭菌神经氨酸酶的特征及测定
3. Upload the avatar to qiniu cloud and display it