Hi Everyone,

I am having trouble getting Bluetooth working using BBBW along Bela. Based on some previous forum threads, here are few steps I've taken in order to try to have this working:
1. Flashed the following image:
bela_image_v0.3.1.img.xz
2. Commented-out/uncommented the following in uEnv.txt:
#dtb=am335x-bone-bela.dtb
dtb=am335x-bone-bela-black-wireless.dtb
3. Installed connMan package in order to set-up Wifi (success)
4. Installed blueZ package for Bluetooth protocol stack/bluetoothctl utility (success)

Result:
I was able to successfully set up the wifi connection, however when running connmanctl technologies, I get:
/net/connman/technology/p2p
Name = P2P
Type = p2p
Powered = False
Connected = False
Tethering = False
/net/connman/technology/gadget
Name = Gadget
Type = gadget
Powered = True
Connected = False
Tethering = False
/net/connman/technology/wifi
Name = WiFi
Type = wifi
Powered = True
Connected = True
Tethering = False

As you can see, there is no trace of the bluetooth hardware interface 🙁

Any essential steps I am missing here ?
Any help would be greatly appreciated as I am really hitting a wall now.

hmm no idea really.
Looking at the output of dmesg, there seems to be some problems with loading the driver perhaps, though of course the wifi works:

[   18.274307] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
[   18.274353] wlcore: could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
[   18.274364] wlcore: WARNING falling back to default config

then there are a number of "unexpected IRQ traps" following that which may also be a source of problems.