各位大佬好:
最近入手了一块lichee nano,也买了esp8089的sdio板,折腾了好久,编译好esp8089驱动,加载也没有提示错误,但是一直没有wlan网卡,不知道是不是驱动没编好
esp8089驱动:https://github.com/jim-kirisame/esp8089/tree/nano-4.15
linux内核:https://gitee.com/LicheePiNano/Linux
加载esp8089
# modprobe esp8089
[ 32.858454] esp8089: loading out-of-tree module taints kernel.
# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
usb0 Link encap:Ethernet HWaddr CA:5E:7F:C6:73:FB
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
最近编辑记录 隆哥 (2021-11-09 17:47:20)
离线
离线
也是一样的情况,没有wlan
离线
这是suniv-f1c100s-licheepi-nano.dts里面的mmc的内容
&mmc0 {
vmmc-supply = <®_vcc3v3>;
bus-width = <4>;
broken-cd;
status = "okay";
};
离线