I enabled bluetooth on my BeagleV-ahead with the latest linux kernel 6.18.0-rc7. The bluetooth mocule is identified as
Bluetooth: hci0: BCM: chip id 161
Bluetooth: hci0: BCM: features 0x0f
Bluetooth: hci0: BCM43013A0
Bluetooth: hci0: BCM4362A2 (000.017.017) build 0000
To load the firmware I just renamed the patch brcm/BCM43013A0_001.001.006.1073.1102.hcd to brcm/BCM4362A2.beagle,beaglev-ahead.hcd
However, the initialization fails with
Bluetooth: hci0: unexpected cc 0x204b length: 1 < 3
Bluetooth: hci0: Opcode 0x204b failed: -38
Opcode 0x204b is defined as HCI_OP_LE_READ_TRANSMIT_POWER. To get bluetooth up I added the quirk HCI_QUIRK_BROKEN_READ_TRANSMIT_POWER. Now bluetooth works, currently without i2s connection. However, I would like to know if there is a newer firmware with working reading of the LE transmit power.
Regards
Thomas