mirror of https://github.com/ArduPilot/ardupilot
6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/usr/local/stlink/st-flash --reset read $1.bin 0x08004000 0xc000
|
||
|
|
||
|
|