|
发表于 2016-9-26 08:34:16
只看该作者
43#
本帖最后由 dalton.lai 于 2016-9-26 13:19 编辑
Ha, thanks a lot for your great help.
It can compile successfully, I'll test it on the board.
Thanks
here comes the test result as below:
1. with ubuntu 14.04 rootfs, successfully boot into system with wifi work well
2. with ubuntu 16.04 rootfs, boot into rootfs with below hang-up message:
brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred
I have no idea if this is driver revision issue, so I check the driver folder, /drivers/net.
There are totally four wifi drivers:
wireless
wireless-3.8
wireless-3.16
wireless-3.18
In kernel makefile, we have this "export WIFIVERSION=-3.8"
In /net makefile, we have "obj-$(CONFIG_WLAN) += wireless$(WIFIVERSION)/"
In /drivers/net/wireless-3.8/brcm80211/brcmfmac, we have:
ccflags-y += \
-Idrivers/net/wireless-3.8/brcm80211/brcmfmac \
-Idrivers/net/wireless-3.8/brcm80211/include
so, the question is: should we apply wireless driver 3.16 or 3.18 (or other one) for ubuntu 16.04 rootfs?
Thanks a lot.
|
|