• 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.