Load program for multiple Arduinos simultaneously?

You cannot use any standard ISP method to program several chips at once. You can if you add hardware to isolate the SCK signal from all but one at a time, but you still have to program them separately, that just makes it easier. And how would you remotely isolate the SCK signals?

You could of course write your own bootloader that does this.


Rob