52
ODROID C1 USER MANUAL
do not address the use of Linux hosted in a virtual environment, such
as VirtualBox.
Linux Host Setup
Access the Linux desktop of the host system and launch a termi-
nal session. Attach the USB cable from the USB / UART setup to the
host system. The following commands can be used to verify proper
installation:
$ lsusb
...
Bus 001 Device 006: ID 10c4:ea60 Cygnal Integrated Products, Inc.
CP210x UART Bridge / myAVR mySmartUSB light
...
Using the output above, you get obtain additional details of the USB /
UART module, using the command:
$ sudo lsusb -D /dev/bus/usb/001/006
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 00513B0C
bNumConfigurations 1
…
The TTY port on which the module is detected, can be obtained:
$ sudo ls -lsa /dev/tty* | grep USB
0 crw-rw---- 1 root dialout 188, 0 May 7 16:48 /dev/ttyUSB0
The lockfile location can be checked using the command:
$ sudo ls -lsa /var/lock*
0 lrwxrwxrwx 1 root root 9 Apr 16 2014 /var/lock -> /run/lock
This information is used to setup the communications between the
Chapter 4