I want to use CC2564B in my Linux-System.
The following steps are done:
1.) download “initscripts-TIInit_6.7.16_bt_spec_4.0.bts” from http://processors.wiki.ti.com/index.php/CC256x_Downloads
2.) # cp initscripts-TIInit_6.7.16_bt_spec_4.0.bts /lib/firmware/ti-connectivity/
3.) # hciattach -s 115200 /dev/ttyUSB0 texas 115200
Problem:
# hciattach -s 115200 /dev/ttyUSB0 texas 115200
Found a Texas Instruments' chip! Firmware file : /lib/firmware/ti-connectivity/TIInit_6.7.16.bts Loaded BTS script version 1 texas: changing baud rate to 115200, flow control to 1 Can't init device hci1: Device or resource busy (16)Can't initialize device: Device or resource busy
#
Why “initscripts-TIInit_6.7.16_bt_spec_4.0.bts” is not working as linux firmware file?
The same steps (1-3) are working with file “initscripts-TIInit_6.7.16_ble_add-on.bts”.
But a CC2564B with “initscripts-TIInit_6.7.16_ble_add-on.bts” as firmware does not found any other bluetooth device? Why?