Skip Navigation
Jump
I made a script to remotely reflash a Raspberry Pi
  • This is a great idea. Regarding not ending up in an unusable state if your internet connection goes down, you could consider running the flashing steps in a background subshell with nohup or similar. Or double-fork the shell.

    1