bluez5-init: ccmp2: load FCC file by default
New default file is 'CYW55500A1_FCC.hcd' for ccmp2, so load that file by default in the script. Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
0c006332fa
commit
6d83bc1ab9
|
|
@ -49,7 +49,7 @@ bt_init() {
|
|||
bt_power 1
|
||||
|
||||
# Load Bluetooth firmware on device
|
||||
if MBT_TRANSPORT=/dev/ttySTM1 timeout 10 mbt download /lib/firmware/brcm/CYW55500A1.hcd; then
|
||||
if MBT_TRANSPORT=/dev/ttySTM1 timeout 10 mbt download /lib/firmware/brcm/CYW55500A1_FCC.hcd; then
|
||||
# Attach serial UART to the Bluetooth stack
|
||||
btattach -B /dev/ttySTM1 -P bcm -S 921600 &
|
||||
sleep 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue