Is bcmdhd Module supported for TI Sitara chipsets?

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

cross mob
Anonymous
Not applicable

We are using Murata wifi module Type 1DX EVB ES2.0 with TI Sitara AM57xx chipset with Linux kernel version 4.x ( currently using 4.1.18).

Is bcmdhd Module supported for TI Sitara chipsets? If supported please share the steps to make it compile and working.

I am getting the following error while compiling bcmdhd module got from I.MX Linux kernel branch.

ERROR: "wifi_card_detect" [drivers/net/wireless/bcmdhd/bcmdhd.ko] undefined!

when i check the code this API is present in drivers/mmc/host/sdhci-esdhc-imx.c which is specific to I.MX board.

please support in resolving this error and getting bcmdhd module working.

Regards,

Vinay.

0 Likes
1 Reply
vsubbiah
Level 5
Level 5
10 solutions authored 10 sign-ins First comment on KBA

Hi Vinay,

The wifi_card_detect method is something that is part of the iMX kernel. You may want to look into that and the SDIO controller on TI to figure out how to port it to that platform.

Thx,

Venkat