Tool/software:
Hi TI-Team,
I’m using the SK-AM62 evaluation board with the onboard Wi-Fi/Bluetooth chip (WL1837MODG). The system is running Linux, and Wi-Fi is working correctly.
However, I’m facing issues with the Bluetooth functionality. hci0 is not showing up, and when I run bluetoothctl, I get the following messages:
Agent registered [bluetooth]# power on No default controller available [bluetooth]# scan on No default controller available
Here are some additional logs from my system:
- dmesg output related to Bluetooth:
[ 164.438955] Bluetooth: Core ver 2.22
[ 164.442953] NET: Registered PF_BLUETOOTH protocol family
[ 164.448292] Bluetooth: HCI device and connection manager initialized
[ 164.454708] Bluetooth: HCI socket layer initialized
[ 164.459597] Bluetooth: L2CAP socket layer initialized
[ 164.464680] Bluetooth: SCO socket layer initialized
- wl18xx driver error:
[ 10.444377] wl18xx_driver wl18xx.4.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
[ 10.644345] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
- lsmod output:
wl18xx 114688 0
wlcore 212992 1 wl18xx
mac80211 548864 2 wl18xx,wlcore
cfg80211 389120 3 wl18xx,wlcore,mac80211
In addition, here are the files present in /lib/firmware/ti-connectivity/:
TIInit_6.2.31.bts wl1251-nvs.bin wl128x-fw-5-plt.bin
TIInit_6.6.15.bts wl1271-nvs.bin wl128x-fw-5-sr.bin
TIInit_7.2.31.bts wl127x-fw-5-mr.bin wl128x-nvs.bin
cc33xx-conf.bin wl127x-fw-5-plt.bin wl12xx-nvs.bin
cc33xx_2nd_loader.bin wl127x-fw-5-sr.bin wl18xx-fw-2.bin
cc33xx_fw.bin wl127x-nvs.bin wl18xx-fw-3.bin
It seems like Bluetooth is initialized but not detected properly. Is there any specific firmware or configuration file required to enable Bluetooth on this chip?
I noticed that the configuration binary for wl18xx
is failing to load.
Also, is there any change needed to the Device Tree Source (DTS) or enabling any buffers on the expansion header to ensure Bluetooth functionality?
Any help to resolve this issue would be greatly appreciated!
Best regards,
Kasun