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.

请教如何在BBB开发板上启用 WIFI 功能



我根据文档 http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide 下载的Android源码并进行了编译

我编译 am335xevm_sk 的时候,会生成如下文件:

TI_Android_JB_4.2.2_DevKit_4.1.1/out/target/product/am335xevm_sk/system/bin/wpa_supplicant

TI_Android_JB_4.2.2_DevKit_4.1.1/out/target/product/am335xevm_sk/system/bin/wpa_cli

但是编译beagleboneblack的时候,却没有以上两个文件,而且启动Android后在设置页面里也没有 WLAN 的设置

不知道在哪开启的 WIFI 的功能