1.拔掉藍牙接收器。
按照readme.txt的提示安裝。
2.在LINUX_DRIVER文件夾之下打開終端窗口
$ sudo make install INTERFACE=all
or
$ sudo make install INTERFACE=usb
or
$ sudo make install INTERFACE=uart
===============
FOR UART I/F
===============
3. Install Bluetooth kernel driver and rtk_hciattach tool
$ cd uart
$ sudo make install
===============
FOR USB I/F
===============
-Installation
4. Build and install USB driver, change to the driver direcotory
$ cd usb
$ sudo make install