54
ODROID C1 USER MANUAL
to accept the filename. Then select Exit option to complete the config
process.
You will now return to the terminal windows, as shown in step
4. Reboot the C1 and you will observe boot-time information scroll
through the minicom (terminal) session.
Bluetooth Module 2
Hardkernel offers a bluetooth adapter called the Bluetooth (4.0)
Module 2 which is certified to work with the C1 under both Android and
Linux. However, quite a few of the plug-and-play adapters that are
compatible with Microsoft Windows 7+ can also be expected to work
with the C1 using Linux, such as the Asus BT400 Bluetooth adapter.
Bluetooth Module 2 adapter and Asus BT400 adapter
While some of the required software modules may already exist
in your C1’s installed image, it is helpful to install the following addi-
tional modules and utilities, using the following commands:
$ sudo apt-get install bluez-dbg \
bluez-hcidump bluez-utils bluez-tools
$ sudo apt-get install bluewho blueman python-bluetooth
Some of them could be used to debug your setup, if you use a non-Hard-
kernel offered bluetooth adapter. Next, check the USB information re-
lated to the adapters:
$ lsusb
…
Bus 001 Device 005: ID 0b05:17cb ASUSTek Computer, Inc.
…
Check the Bluetooth adapter’s support via Lubuntu for additional fea-
tures by examining the dmesg logs:
$ dmesg | grep Blue
[
0.851848@0] Bluetooth: Core ver 2.16
[
0.859721@0] Bluetooth: HCI device and connection
manager initialized
[
0.866240@0] Bluetooth: HCI socket layer initialized
Chapter 4