1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-23 10:00:21 -07:00
2016-06-25 22:35:02 -07:00

13 lines
180 B
Bash

#!/bin/bash
BIN=ais_transponder.bin
# Write the metadata first, before any reset
if [ $? -eq 0 ] then
st-flash write $BIN 0x08004000
else
echo "Flashing failed"
fi