4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dfu-util -a1 -d 1eaf:0003 -D nuttx.bin -R
|