hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

enable ssh and wifi for raspbian lite #154

Open StefanScherer opened 4 years ago

StefanScherer commented 4 years ago

After reading https://desertbot.io/blog/setup-pi-zero-w-headless-wifi I now know that it's possible to enable ssh and configure WiFi for a Raspberry Pi Zero on first boot with standard Raspbian LITE.

It would be useful to do that with flash.

flash --ssid xxx --password yyy 2019-07-10-raspbian-buster-lite.zip
surenzz commented 4 years ago

Would this work for a hypriotOS image? I'll try it in a bit

StefanScherer commented 4 years ago

@surenzxx I haven‘t tried this approach with HypriotOS. Let us know if that works. For HypriotOS we also have #165 in progress.