|
|
|
|
|
by ahepp
1185 days ago
|
|
There's a lot of stuff you can do to Linux on the Pi to make it have some of the nice qualities you're describing. I've set up my Buildroot project to copy "authorized_keys" and "wpa_supplicant.conf" from the fat32 formatted boot partition to their normal locations. So I flash an SD card, drag and drop the files onto the SD card, plug it in the Pi and SSH right in. With regards to filesystem corruption on power failure, you can mount the root filesystem as read-only. If you need to write to files you could mount a tmpfs volatile filesystem. |
|