#!/bin/bash


echo "loading $1 to RSM device"
stm32flash  -w $1  -g 0x0 /dev/ttyS0 
minicom -D /dev/ttyS0 -c on

