Settouf Mostafa Posted April 25, 2021 Posted April 25, 2021 Hello , I have Banana pi zero, and I would like to install Armbian but a headless installation ! Is there any image from where I can put my wifi password then boot up the device ? Thanks
NicoD Posted April 25, 2021 Posted April 25, 2021 First configure your wifi settings. sudo nano /etc/network/interfaces and write: auto wlan0 iface wlan0 inet dhcp wpa-ssid {ssid} wpa-psk {password} The rest is the same as this video. Only using wifi instead of ethernet.
Recommended Posts