4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dfu-util -a 0 --dfuse-address 0x08004000:leave -Z 0xc000 -U $1.bin -R
|