24
4 packets transmitted, 4 packets received, 0% packet loss
…
3.4.2.
USB
Plug in a USB memory stick, you will see a message like this (possible use dmesg
command to see how your USB is detected).
# usb 1-1.1: device v17ef p3818 is not supported
sd 1:0:0:0: [sdc] No Caching mode page present
sd 1:0:0:0: [sdc] Assuming drive cache: write through
sd 1:0:0:0: [sdc] No Caching mode page present
sd 1:0:0:0: [sdc] Assuming drive cache: write through
sd 1:0:0:0: [sdc] No Caching mode page present
sd 1:0:0:0: [sdc] Assuming drive cache: write through
Mount the USB (in this example the USB is formatted as FAT)
# mount /dev/sdc1 /media
# ls -la /media
Now, you can copy a video to /media and play it. This will perform a simple
USB test.
3.4.3.
SD
Plug the SD card and find out where the card is mapped. After typing dmesg
at you will see something like this:
# dmesg | tail
mmc0: new high speed SD card at address aaaa
mmcblk1: mmc0:aaaa SU02G 7.8 GiB
mmcblk1: p1
Your card is mapped in /dev/mmcblk0.
3.4.4.
I2C
# sudo apt
-
get
install i2c-tool
#
i2cdetect 1
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-1. I will probe address range 0x03-0x77. Continue? [Y/n] y
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Summary of Contents for EBC2A0
Page 1: ...1 EBC2A0 2 5 SBC with Freescale i MX6 Processor ARM Cortex A9 Architecture User Manual Ver 1st...
Page 7: ...7 Chapter 1 Product Overview This chapter provides background Information of SBC...
Page 10: ...10 1 3 Block Diagram...
Page 18: ...18 Chapter 3 Software User Guide This chapter details the Linux operation on ICM 2010...