请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3301 主题中讨论的其他器件: AM62A3-Q1、 CC3300、CC3351 、CC3350
工具与软件:
驱动程序编译完毕后、是否会根据设备树中的兼容性字符串自动加载? 或者我必须手动加载它?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
固件会自动下载、因此用户无需手动加载固件。 有关器件树的参考、请参阅以下内容:
&sdhci2 { status = "okay"; bootph-all; vmmc-supply = <&wlan_en>; pinctrl-names = "default"; pinctrl-0 = <&main_mmc2_pins_default>; bus-width = <4>; non-removable; ti,fails-without-test-cd; cap-power-off-card; keep-power-in-suspend; ti,driver-strength-ohm = <50>; #address-cells = <1>; #size-cells = <0>; wlcore: wlcore@2 { compatible = "ti,cc3301"; reg = <2>; pinctrl-names = "default"; pinctrl-0 = <&main_wlirq_pins_default>; interrupt-parent = <&main_gpio0>; interrupts = <72 IRQ_TYPE_EDGE_FALLING>; }; };
驱动程序是否会识别"ti、cc3301"?
我可以看到它在 SDIO.c 文件中只有"ti、cc33xx"。
在本例中、驱动程序也不会自动加载。 如果 我也是手动加载、则没有日志。
我使用 AM62A3-Q1处理器。
尊敬的 Sathiya:
您使用的是定制电路板还是 AM62A-SK?
"TI、cc33xx"将检测所有 cc33xx 型号(cc3300、cc3301、cc3350、cc3351)。
您能否分享整个内核引导日志和 DTS 以供审查?