![I-Tech AO-IBR117 User Manual Download Page 42](http://html1.mh-extra.com/html/i-tech/ao-ibr117/ao-ibr117_user-manual_3135195042.webp)
34
AO-IBR117
User’s Manual
D. USB (flash disk) Test
Insert the USB flash disk then assure it is in
AO-IBR117
device list.
Note:
This operation may damage the data stored in the USB flash disk.
Before starting the test, make sure there is no critical data in the
eMMC flash being used.
•
Read, write, and check
USB_DIR="/run/media/mmcblk1p1"
#create data file
dd if=/dev/urandom of=/var/data1 bs=1024k count=100
#write data to usb flash disk
dd if=/var/data1 of=$USB_DIR/data2 bs=1024k count=100
#read data2, and compare with data1
cmp $USB_DIR/data2 /var/data1
•
USB speed test
USB_DIR="/run/media/mmcblk1p1"
# usb write speed
dd if=/dev/zero of=$BASIC_DIR/$i/test bs=1M count=1000 oflag=nocache
# usb read speed
dd if=$BASIC_DIR/$i/test of=/dev/null bs=1M oflag=nocache
Summary of Contents for AO-IBR117
Page 8: ...viii AO IBR117 User s Manual This page is intentionally left blank...
Page 15: ...General Information AO IBR117 User s Manual 7 1 1 7 Dimensions Unit mm...
Page 16: ...8 AO IBR117 User s Manual AO IBR117 Reference Heat Sink...
Page 39: ...31 Appendix This section provides the information of reference code...