Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi, It's easy from the kernel side, if you can use the USB host. To install the Bluetooth drivers, select in the menuconfig like
Networking support --->
<*> Bluetooth subsystem 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 --->
<*> HCI USB driver
<*> HCI BCM203x USB driver
. But from the software side, you need many things, dbus, bluez-utils,and python etc. I tested two Bluetooth USB dongles, CSR8510 and Broadcom BCM20702A0 on DE2-115 boards, but the combination CSR8510+CY7C67200 will not work well. Later, I will upload my test case on Altera Wiki. Kazu --- Quote End --- Hi Kazu, Thank you so much for your information. It's really very helpful for me. Currently I'm just successfully created a normal zImage after suffering for quite a long time. Later I will try to include the bluetooth driver in the kernel. Looking forward for your new post on the test case. :-) But at the software side, do you have any reference that I can learn and refer to? at the current stage, I'm just able to build the image, but have no idea on the software side. Thank you so much for your help! Best Regards, Jun Mun