Thread 中讨论的其他器件:CC3351
工具/软件:
您好、
我对认证设置有疑问。
我使用的是软件包版本 1.0.0.9、因此包含以下版本
- 固件版本:1.7.0.312
- 驱动程序版本:1.7.0.233
- PHY 版本:1.2.0.45.6.0.37.69
我希望主机板上提供用于我的 HCI 命令的单独 UART 输出。
我尝试将免费的 UART 与 SOCAT 连接、但我发现由于器件树中的蓝牙子节点、我没有可用的 ttymxc0。 Linux 用户指南(迁移指南)(cc33xx/docs/html/linux/migration-guide.html#ble-over-UART) 中也介绍了该方法
&uart1 { /* Bluetooth UART */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
status = "okay";
assigned-clocks = <&clk IMX8MM_CLK_UART1>;
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_80M>;
fsl,uart-has-rtscts;
bluetooth {
compatible = "ti,cc33xx-bt";
cc33xx-supply = <&cc33xx_supply>;
max-speed = <115200>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_host_wake>;
interrupt-parent = <&gpio2>;
interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
irq-gpio = <&gpio2 8 GPIO_ACTIVE_LOW>;
interrupt-names = "host-wakeup";
};
TI 是否有解决方案可以实现这一点、并且是否可以通过主机板上的额外 UART 直接发送 HCI 命令?
非常感谢!
SJ
