67
ODROID C2 USER MANUAL
Bus 001 Device 003: ID 10c4:ea60 Cygnal Integrated Products, Inc.
CP210x UART Bridge / myAVR mySmartUSB light
…
$ sudo lsusb -D /dev/bus/usb/001/003
[sudo] password for odroid:
Device: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART
Bridge / myAVR mySmartUSB light
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x10c4 Cygnal Integrated Products, Inc.
idProduct 0xea60 CP210x UART Bridge / myAVR mySmartUSB
light
bcdDevice 1.00
iManufacturer 1 Silicon Labs
iProduct 2 CP2104 USB to UART Bridge Controller
iSerial 3 00875559
bNumConfigurations 1
…
$ ls -lsa /dev/ttyUSB*
0 crw-rw---- 1 root dialout 188, 0 Feb 11 2016 /dev/ttyUSB0
Obtain the SHOW sample source code and build a sample using
the commands:
$ cd ~
$ git clone https://github.com/hardkernel/ODROID-SHOW
$ cd ODROID-SHOW/example/Linux
$ gcc -o status status.c
$ sudo ./status
You should see the LCD display similar to the following image:
ODROID-SHOW showing the sample project startup screen
Chapter 4
Содержание ODROID-C2
Страница 1: ...ODROID C2 USER MANUAL rev 20161115 ...