4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
dfu-util -a 0 --dfuse-address 0x08004000:leave -D $1.bin -R
|