bluetooth not working on yocto image

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

bluetooth not working on yocto image

710件の閲覧回数
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 返信

658件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信