Bug 11946 - wilink-bt-firmware: moved from github to http://git.ti.com/ti-bt
Summary: wilink-bt-firmware: moved from github to http://git.ti.com/ti-bt
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-06 13:40 UTC by mzweerspenko+bugzilla
Modified: 2019-08-15 12:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mzweerspenko+bugzilla 2019-06-06 13:40:59 UTC
On my compulab sbc iot i.mx7 gateway the ble doens't work with the old firmware. There is a newer version on git://git.ti.com/ti-bt/service-packs.git

The path only changed a bit:
cp $(@D)/initscripts/TIInit_*.bts $(TARGET_DIR)/lib/firmware/ti-connectivity

I only have this hardware so Ì cant test it any further that this.

<Addendum>
11.8.32 isn't a library version number but a hardware one.
bluez5_utils-5.50/tools/hciattach_ti.c:    sprintf(firmware_file_name, FIRMWARE_DIRECTORY "TIInit_%d.%d.%d.bts", chip, maj_ver, min_ver);

<device log>

<<Current version from github>>
device# Found a Texas Instruments' chip!
Firmware file : /lib/firmware/ti-connectivity/TIInit_11.8.32.bts
Loaded BTS script version 1
texas: changing baud rate to 3000000, flow control to 1
Initialization timed out.

<< current version from git://git.ti.com/ti-bt/service-packs.git >>
device# Found a Texas Instruments' chip!
Firmware file : /lib/firmware/ti-connectivity/TIInit_11.8.32.bts
Loaded BTS script version 1
texas: changing baud rate to 3000000, flow control to 1
Device setup complete

device# blescan
Scanning for devices...
    Device (new): 03:FF:FF:3f:FF:38 (random), -87 dBm (not connectable)
    Device (new): 04:FF:2b:FF:a5:55 (random), -77 dBm (not connectable)
    Device (new): 0c:FF:90:FF:15:90 (random), -92 dBm (not connectable)