Jump to content

Recommended Posts

Posted

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

Posted

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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines