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:
Gonzalo Ruiz 2026-01-13 09:56:30 +01:00
parent 0c006332fa
commit 6d83bc1ab9
1 changed files with 1 additions and 1 deletions

View File

@ -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