Changes

Jump to: navigation, search

Wireless Module (DWM)

2,025 bytes added, 09:17, 6 November 2012
no edit summary
* sudo make install
=== Module Firmware ===
Download the firmware binaries and copy them into <RFS>/lib/firmware:
=== User Space ===
====Boot====
<pre>
[...cut...]
</pre>
====Dev Check====
Check module loading and device creation:
==How to enable Bluetooth support==
 
===Kernel Config===
<pre>
Networking Support
 
--- Bluetooth subsystem support
<*> L2CAP protocol support
<*> SCO links support
<*> RFCOMM protocol support
[*] RFCOMM TTY support
<*> BNEP protocol support
[*] Multicast filter support
[*] Protocol filter support
<*> HIDP protocol support
Bluetooth device drivers --->
</pre>
<pre>
<*> HCI USB driver
< > HCI SDIO driver
<*> HCI UART driver
[*] UART (H4) protocol support
[ ] BCSP protocol support
[ ] Atheros AR300x serial support
[*] HCILL protocol support
</pre>
 
 
=== Module Firmware===
 
FW del modulo BT
 
W:\porsaria\naon\dwl\linux-firmware\ti-connectivity
 
Copiare il RFS/lib/firmware
* TIInit_7.2.31.bts
 
===Boot===
<pre>
[ 1.000000] Bluetooth: Core ver 2.15
[ 1.010000] Bluetooth: HCI device and connection manager initialized
[ 1.020000] Bluetooth: HCI socket layer initialized
[...cut...]
[ 12.900000] Bluetooth: HCI UART driver ver 2.2
[ 12.900000] Bluetooth: HCI H4 protocol initialized
[ 12.900000] Bluetooth: HCILL protocol initialized
[ 12.910000] Bluetooth: Generic Bluetooth USB driver ver 0.6
[...cut...]
[ 13.080000] Bluetooth: L2CAP ver 2.15
[ 13.080000] Bluetooth: L2CAP socket layer initialized
[ 13.080000] Bluetooth: SCO (Voice Link) ver 0.6
[ 13.090000] Bluetooth: SCO socket layer initialized
[ 13.090000] Bluetooth: RFCOMM TTY layer initialized
[ 13.100000] Bluetooth: RFCOMM socket layer initialized
[ 13.110000] Bluetooth: RFCOMM ver 1.11
[ 13.110000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.110000] Bluetooth: BNEP filters: protocol multicast
[ 13.120000] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
</pre>
 
=== Install Bluez & Obex ===
 
From target
<pre>
opkg install bluez4
opkg install obex-data-server
opkg install obexd
opkg install obexftp
</pre>
 
 
===Boot Bluetooth services===
 
[http://docs.blackfin.uclinux.org/doku.php?id=bluetooth_over_uart Docs]

Navigation menu