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.