![Fortec Star iBASE IBR210 Скачать руководство пользователя страница 44](http://html1.mh-extra.com/html/fortec-star/ibase-ibr210/ibase-ibr210_manual_2321414044.webp)
34
IBR210 User’s Manual
C.
eMMC Test
Note:
This operation may damage the data stored in eMMC flash. Before
starting the test, make sure there is no critical data in the eMMC flash
being used.
•
Read, write, and check
MOUNT_POINT_STR="/var"
#create data file
dd if=/dev/urandom of=/tmp/data1 bs=1024k count=10
#write data to emmc
dd if=/tmp/data1 of=$MOUNT_POINT_STR/data2 bs=1024k count=10
#read data2, and compare with data1
cmp $MOUNT_POINT_STR/data2 /tmp/data1
•
eMMC speed test
MOUNT_POINT_STR="/var"
#get emmc write speed"
time dd if=/dev/urandom of=$MOUNT_POINT_STR/test bs=1024k count=10
# clean caches
echo 3 > /proc/sys/vm/drop_caches
#get emmc read speed"
time dd if=$MOUNT_POINT_STR/test of=/dev/null bs=1024k count=10
Содержание iBASE IBR210
Страница 1: ......
Страница 3: ...IBR210 3 5 ARM based SBC With NXP Cortex A53 Quad Dual i MX8M User s Manual Version 0 2 Sep 2019...
Страница 10: ...viii IBR210 User s Manual This page is intentionally left blank...
Страница 17: ...General Information IBR210 User s Manual 7 1 1 6 Dimensions Unit mm...
Страница 18: ...8 IBR210 User s Manual IBR210 Reference Heat Sink...
Страница 22: ...12 IBR210 User s Manual 2 3 Jumper Connector Locations on IBR210 Board diagram of IBR210...
Страница 36: ...26 IBR210 User s Manual This page was intentionally left blank...
Страница 42: ...32 Appendix This section provides the information of reference code...