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