From 6d83bc1ab993bf46cd350af595481765e2b7bc17 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Tue, 13 Jan 2026 09:56:30 +0100 Subject: [PATCH] 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 --- .../recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init b/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init index f1fbbb907..4fb0b689c 100644 --- a/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init +++ b/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init @@ -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