Is it possible to let the raspi boot immediately after usb power is connected?
normally he waits for the button to be pressed.
Is it possible to let the raspi boot immediately after usb power is connected?
normally he waits for the button to be pressed.
You'll want the Pi to shutdown gracefully on or before power loss, else you can suffer data corruption if the filesystem is not read only. Though I assume you're already managing that.
Yes, thanks!