1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-16 07:20:08 -07:00
2020-10-02 18:40:04 -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