A tool to clone an image to multiple usb devices. This is useful to clone a Raspberry to multiple USB devices.
- Node JS
- Linux (tested on Ubuntu 18)
node usbic.js source-image target-disk1 target-disk2 target-diskX
sudo npm i -g usbic
sudo usbic 2019-07-10-raspbian-buster-lite.img /dev/sdb /dev/sdc
node usbic.js 2019-07-10-raspbian-buster-lite.img /dev/sdb /dev/sdc
To create a single binary installer use nexe
sudo npm i -g nexe
cat usbic.js | nexe
Depending on your system permissions you may need 'sudo' to write to the USB devices.