Difference between revisions of "RSB-3730 Yocto4.2 WIFI & BT"

From ESS-WIKI
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 +
 +
  
 
=== '''WIFI- AW-CM276MA(pcie+uart)''' ===
 
=== '''WIFI- AW-CM276MA(pcie+uart)''' ===
Line 9: Line 13:
 
[[File:RSB-3730 Yocto4.2 WiFi.png]]
 
[[File:RSB-3730 Yocto4.2 WiFi.png]]
  
'''2. Choose ESSID, input password.(EX:My hotspot name is “Mate50 Pro”)'''
+
'''2. Choose ESSID, input password.(EX:My hotspot name is “Advantech for guest”)'''
 
<pre># killall wpa_supplicant
 
<pre># killall wpa_supplicant
 
# ifconfig mlan0 up
 
# ifconfig mlan0 up
# wpa_passphrase “Mate 50 Pro ”12345678 > /tmp/wpa.conf
+
# wpa_passphrase &quot;Advantech for guest&quot; 12345678 &gt; /tmp/wpa.conf
 
# wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211
 
# wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211
 
# udhcpc -i mlan0</pre>
 
# udhcpc -i mlan0</pre>
  
&nbsp;
+
[[File:RSB-3730 Yocto4.2 WiFi 1.png]]
 +
 
 +
[[File:RSB-3730 Yocto4.2 WiFi 2.png]]
 +
 
 +
'''3. Check connected. Enter the “ifconfig" command to view the IP addresses that&nbsp;can be obtained.&nbsp;'''
 +
 
 +
[[File:RSB-3730 Yocto4.2 WiFi 3.png]]

Latest revision as of 10:31, 3 July 2024



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

RSB-3730 Yocto4.2 WiFi.png

2. Choose ESSID, input password.(EX:My hotspot name is “Advantech for guest”)

# killall wpa_supplicant
# ifconfig mlan0 up
# wpa_passphrase "Advantech for guest" 12345678 > /tmp/wpa.conf
# wpa_supplicant -d -B -i mlan0 -c /tmp/wpa.conf -Dnl80211
# udhcpc -i mlan0

RSB-3730 Yocto4.2 WiFi 1.png

RSB-3730 Yocto4.2 WiFi 2.png

3. Check connected. Enter the “ifconfig" command to view the IP addresses that can be obtained. 

RSB-3730 Yocto4.2 WiFi 3.png