Appendix
IBR117
User’s Manual
33
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
Summary of Contents for IBR117
Page 1: ...IBR117 3 5 ARM based SBC With NXP Cortex A9 Dual Core i MX6 User s Manual Version 1 0 May 2018...
Page 8: ...viii IBR117 User s Manual This page is intentionally left blank...
Page 15: ...General Information IBR117 User s Manual 7 1 1 7 Dimensions Unit mm...
Page 16: ...8 IBR117 User s Manual IBR117 Reference Heat Sink...
Page 20: ...12 IBR117 User s Manual 2 3 Jumper Connector Locations on IBR117 Board diagram of IBR117...
Page 39: ...31 Appendix This section provides the information of reference code...