Bluetooth on Sabre-sd board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Bluetooth on Sabre-sd board

跳至解决方案
2,882 次查看
akshayithal
Contributor I

Hi All,

I am using a IMX-6 customized board. It's having Atheros AR6233G chip on it for Bluetooth and Wifi.  Wlan and BT are interconnected over UART internally in the Atheros chip. Bluetooth is connected over "SDIO over UART".  SDIO over UART communication is something like this, SDIO ie from IMX.6 soc communicates to Wlan-UART and Wlan-UART communicates with BT-UART. There is no direct communication from IMX.6 soc(SDIO) to Bluetooth. SDIO talk to Wlan and Wlan to B.T.  Please share the available support for "sdio over uart" communication if its there.

UART is interfaced to BT in the IMX.6 sabre-sd board. Please share the build and test procedure of these.

Thanks,

Akshay

标签 (2)
0 项奖励
回复
1 解答
1,967 次查看
FrankLi1z
NXP Employee
NXP Employee

We have not SDIO to UART driver. You need develop it.

You can base on below code

linux-2.6-imx/drivers/mmc/card/sdio_uart.c

If you WLAN-to UART compatible with it, you can use it directly.


https://community.nxp.com/message/331756/edit" style="font-style: inherit; font-family: inherit; col...

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,968 次查看
FrankLi1z
NXP Employee
NXP Employee

We have not SDIO to UART driver. You need develop it.

You can base on below code

linux-2.6-imx/drivers/mmc/card/sdio_uart.c

If you WLAN-to UART compatible with it, you can use it directly.


https://community.nxp.com/message/331756/edit" style="font-style: inherit; font-family: inherit; col...

0 项奖励
回复
1,967 次查看
akshayithal
Contributor I

Thanks Zhi Li... I have enabled sdio_uart.c driver as a part of kernel source and expecting the tty device node (/dev/ttySDIO) to be created. But the probe of this driver is not getting called so device node is not coming. What i need to do to get the probe of the function to get invoked? and Do i have to register this in the board file? Can you please help me in these questions?

Regards,

Akshay

0 项奖励
回复