• sales

    +86-0755-88291180

Milk-V Duo S WIFI Configuration

Edit the following file and replace ssid and psk with the WIFI account and password to be connected:

/etc/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
update_config=1

network={
ssid="wifi_test"
psk="12345678"
key_mgmt=WPA-PSK
}

Then execute the following command:

wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf 

You can connect to WIFI. After connecting, you can view the assigned IP address through the ifconfig or ip a command.

TIP
IF YOU NEED TO AUTOMATICALLY CONNECT TO THE NETWORK AT BOOT, YOU CAN PUT THIS COMMAND IN THE /MNT/SYSTEM/AUTO.SH FILE.