Bluetooth drivers for CYW43455

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DaCi_2690896
Level 2
Level 2
First like received

Hello to everybody,

what are the kernel drivers to be used for CYW43455 (for IMX8MQ) ?

I've downloaded FMAC, but it seems to patch only Wireless LAN drivers.

Thanks

0 Likes
1 Solution

Thanks, I've contacted local FAE.

And have also investigated more.

I have selected the Broadcom drivers available in the Kernel.

To attach Bluetooth, the BLUEZ 5.x package is needed

to have a command hciattach that recognizes the device type "bcm43xx":

hciattach /dev/ttymxc2 bcm43xx 3000000 flow -t 20

Now BT is up and running!

Thanks again and Best Regards!

View solution in original post

3 Replies
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

for the BSA stack please reach out to cypress sales/FAE. They can help you though internal channels.

Regards,

Vinayak

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

You can also reach out to Murata/Embedded Artist as they are the only module partner with a production 43455-based module in production.

0 Likes

Thanks, I've contacted local FAE.

And have also investigated more.

I have selected the Broadcom drivers available in the Kernel.

To attach Bluetooth, the BLUEZ 5.x package is needed

to have a command hciattach that recognizes the device type "bcm43xx":

hciattach /dev/ttymxc2 bcm43xx 3000000 flow -t 20

Now BT is up and running!

Thanks again and Best Regards!