|
【Linux】
AP6236wifi驱动加载问题
发表于 2020-3-25 16:46:44
浏览:7196
|
回复:1
打印
只看该作者
[复制链接]
楼主
按照官网操作修改buildroot/configs/firefly_rk3308_release_defconfig,开启BR2_PACKAGE_RKWIFIBT_AP6236,执行ifconfig wlan0 up操作发现:
[ 146.039152] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 146.039341] dhd_bus_set_default_min_res_mask: Unhandled chip id
[ 146.039654] dhd_conf_read_config: Ignore config file /system/etc/firmware/config.txt
[ 146.039704] Final fw_path=/system/etc/firmware/fw_bcm43436b0.bin
[ 146.039738] Final nv_path=/system/etc/firmware/nvram_ap6236.txt
[ 146.039760] Final clm_path=/system/etc/firmware/clm.blob
[ 146.039ifconfig: SI7O8C1SI] Final Fconf_pLAGS: Operation not permitted
ath=/system/etc/firmware/config.txt
[ 146.040750] dhdsdio_download_code_file: Open firmware file failed /system/etc/firmware/fw_bcm43436# b0.bin
[ 146.040794] _dhdsdio_download_firmware: dongle image file download failed
[ 146.040854] dhd_bus_devreset Failed to download binary to the dongle
[ 146.040886] dhd_net_bus_devreset: dhd_bus_devreset: -35
[ 146.040923] dhd_wl_ioctl: returning as busstate=0
看log驱动固件都没有找到,请问有没有完整教程,还是我的操作出了问题? |
|