Settings | Sign in | Sign up

There are currently 2 posts.

aic8800dc wifi蓝牙二合一模块 驱动源码

Floor 10 巨大八爪鱼 7/17/25 20:16

改了之后hcitool scan就能扫描到设备了。

巨大八爪鱼 7/17/25 20:28
注意CONFIG_BLUEDROID变了之后,aic_btusb.c里面相应的aic_default_fw_path变量也要修改,不然无法成功下载固件。
char aic_fw_path[FW_PATH_MAX];
#if (CONFIG_BLUEDROID == 0)
static const char* aic_default_fw_path = "/root/wifi/aic_fw/aic8800DC";
#else
static const char* aic_default_fw_path = "/root/wifi/aic_fw/aic8800DC";
#endif

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.