mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/local/stlink/st-flash --reset read $1.bin 0x08004000 0xc000
|
|
|
|
|