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.