当前位置:网站首页>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
边栏推荐
- 重发布基础与配置
- AttributeError: ‘Document‘ object has no attribute ‘pageCount‘
- [2021] [paper notes] biological effects of cell membrane under infrared and THz - effect is a phenomenon, action is a mechanism - the benefits of THz to medicine
- DialogRPT-Dialog Ranking Pretrained Transformers
- JS add random pixel noise background to the page
- Quick start of adding, deleting, modifying and checking business
- Ti am335x industrial control module uses the Debian system of beaglebone (BBB)
- D. Permutation restoration (greedy + double pointer)
- Navica tool imports remote MySQL into local MySQL database
- 增删改查业务的快速上手
猜你喜欢

(CVPR 2019) GSPN: Generative Shape Proposal Network for 3D Instance Segmentation in Point Cloud

I.MX6UL核心模块使用连载-nand flash读写测试 (三)

I.MX6UL核心模块使用连载-RS485测试 (十)

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

【2020】【论文笔记】磁控溅射法生长Bi2Te3/CoFeB双层异质结——
![[2020] [paper notes] growth of bi2te3/cofeb double-layer heterojunction by magnetron sputtering——](/img/5d/7d26e2d0d832c95e1cc011995ce774.png)
[2020] [paper notes] growth of bi2te3/cofeb double-layer heterojunction by magnetron sputtering——

I.MX6UL核心模块使用连载-Iot-6ULX核心模块简要介绍 (一)

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

I.MX6UL核心模块使用连载-USB接口测试 (六)

vite 本地运行首次进入页面加载慢问题
随机推荐
Characteristics and determination of neuraminidase from Clostridium perfringens in Worthington
Implementation of Ti am335x industrial control module network and file system nfs
[xxl-job] xxl-job learning
Ti AM335X工控模块使用beaglebone(bbb)的Debian系统
MySQL locking table problem
D. Rating compression (thinking + double pointer)
Infinite fraction path (BFS pruning)
1. Mx6ul core module use serial RTC test (XII)
[Verilog digital system design (Xia Yuwen) 4 ----- basic concepts of Verilog syntax 2]
(CVPR 2019) GSPN: Generative Shape Proposal Network for 3D Instance Segmentation in Point Cloud
MPLS knowledge points
I.MX6UL核心模块使用连载-查看系统信息 (二)
租户问题。
Protect syslog servers and devices
Leetcode algorithm 147. insert and sort the linked list
Ti am335x industrial control module uses the Debian system of beaglebone (BBB)
阿里云Redis开发规范
Build embedded development environment and FRP penetration under win
Characteristics and determination of neuraminidase from Clostridium perfringens in Worthington
Design and driver transplantation of matrix keyboard circuit of Ti am335x industrial control module