crashtest-r0ket/tools/smartflash/flash

4 lines
81 B
Plaintext
Raw Normal View History

2011-12-25 17:40:32 +00:00
#!/bin/sh
dd if=firmware.bin seek=4 of=/dev/$1 2>/dev/null
echo "FLASH done: $1"