bluetooth not working on yocto image

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

bluetooth not working on yocto image

634 次查看
sgordon777
Contributor I

My project has an i.MMX8 target using yocto to generate a LInux image.

 

We are uasing a realtek 8761BTV module in an HCI configuration with UART2 on the mm8 target.

 

Our project seemed to have bluetooth enabled by default, so I created the following devicetree entry:

 

 

&uart2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>;
status = "okay";

bluetooth {
compatible = "realtek,rtl8761a-bt";
max-speed = <115200>;
/* shutdown-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; */
};
};

 

Is there anyhting else I have  to do? 

THanks

 

 

 

 

 

 

 

 

 

0 项奖励
回复
1 回复

582 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Which version BSP are you using and which board are you using? How about your hardware design?

0 项奖励
回复