当前位置:网站首页>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
边栏推荐
- D. Rating compression (thinking + double pointer)
- 2022-07-17
- National standard gb28181 protocol video platform easygbs message pop-up mode optimization
- 18_请求文件
- Web3.0 blog DAPP development practice [2022]
- I.MX6UL核心模块使用连载-Iot-6ULX核心模块简要介绍 (一)
- [C language brush leetcode] 146. LRU cache (m)
- [Verilog digital system design (Xia Yuwen) 4 ----- basic concepts of Verilog syntax 2]
- 1. Mx6ul core module use serial RTC test (XII)
- 【2021】【论文笔记】红外及THz下的细胞膜生物效应——效应是现象,作用是机理——THz对医学的好处
猜你喜欢

Navica tool imports remote MySQL into local MySQL database

Ti am335x industrial control module uses the Debian system of beaglebone (BBB)

Implementation of Ti am335x industrial control module network and file system nfs

TI AM335x工控模块网络跟文件系统NFS的实现

P3166 number triangle (tolerance and exclusion +gcd)

A pluggable am335x industrial control module onboard WiFi module
![[Verilog digital system design (Xia Yuwen) 4 ----- basic concepts of Verilog syntax 2]](/img/fe/746ecaf4123072cca59d7510e9796c.png)
[Verilog digital system design (Xia Yuwen) 4 ----- basic concepts of Verilog syntax 2]

C# 迭代器的实现

i. Mx6ull snvs power domain GPIO status hold verification

本地仓库导致的报错
随机推荐
Web3.0 blog DAPP development practice [2022]
Redis cluster construction (based on 6.x)
1. Mx6ul core module use serial RTC test (XII)
Quick start of adding, deleting, modifying and checking business
Turn: do the right thing efficiently
[leetcode] 32. Longest valid bracket
Worthington产气荚膜梭菌神经氨酸酶的特征及测定
Redis集群搭建(基于6.x)
本地仓库导致的报错
Relationship between HTC mobile official solution, s-on/s-off and super CID
[in simple terms, play with FPGA learning 11 --- testbench writing skills 1]
MySQL transaction isolation level
A pluggable am335x industrial control module onboard WiFi module
Detailed explanation of redis6.x configuration parameters
Worthington核酸酶、微球菌相关研究及测定方案
1205 Lock wait timeout exceeded; try restarting transaction处理
Infinite fraction path (BFS pruning)
PHP Alipay transfer to Alipay account
Remember a laravel problem script @php artist package:discover handling the post autoload dump event returned with
National standard gb28181 protocol video platform easygbs message pop-up mode optimization