Skip to content

Instantly share code, notes, and snippets.

@dromer
Created December 30, 2017 01:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dromer/00ecba12e10ee2068e86016746b4ad80 to your computer and use it in GitHub Desktop.
Save dromer/00ecba12e10ee2068e86016746b4ad80 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "copy .bin location and press enter"
read BIN
dd bs=1024 conv=nocreat,notrunc if=$BIN of=/media/dreamer/CRP\ DISABLD/firmware.bin
umount /media/dreamer/CRP\ DISABLD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment