3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
dd if=firmware.bin seek=4 of=/dev/$1 2>/dev/null
|
|
echo "FLASH done: $1 @ $2"
|