RSB-3730 Yocto4.2 WIFI & BT
From ESS-WIKI
Revision as of 06:39, 3 July 2024 by Xingxing.li (talk | contribs) (Created page with " === '''WIFI- AW-CM276MA(pcie+uart)''' === '''1. Insmod module (CM276 pcie+uart).''' <pre># modprobe mlan_mxm5x17391_pcieuart_8997 # modprobe moal_mxm5x17391_pcieuart_899...")
WIFI- AW-CM276MA(pcie+uart)
1. Insmod module (CM276 pcie+uart).
# modprobe mlan_mxm5x17391_pcieuart_8997 # modprobe moal_mxm5x17391_pcieuart_8997 drv_mode=1 cal_data_cfg=none cfg80211_wext=0xf ps_mode=2 auto_ds=2 fw_name=nxp/pcieuart8997_combo_v4_mxm5x17391.bin
2. Choose ESSID, input password.
# killall wpa_supplicant # ifconfig mlan0 up # wpa_passphrase “SSID” “Mate 50 Pro ”12345678 > /tmp/wpa.conf # wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211 # udhcpc -i mlan0