This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46bb88173e
ardupilot
/
libraries
/
AP_HAL_F4Light
/
support
/
EEPROM_Write.sh
5 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
AP_HAL_F4Light: scripts to load & store EEPROM
2018-03-04 05:51:39 -04:00
#!/bin/sh
HAL_F4Light: added support scripts for binaries with bootloader, fixed non-BL versions
2018-03-19 07:31:06 -03:00
/usr/local/stlink/st-flash --reset write
$1
0x08004000
AP_HAL_F4Light: scripts to load & store EEPROM
2018-03-04 05:51:39 -04:00