blob: 0c2d968199e977dbf8140dc4fc5e1974b38d5336 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# On some GNU/Linux installations, mspdebug does not work.
# I've not yet tracked down the origin of this problem.
# This script uses another installation where it works most of the time.
set -e
ssh xilun@mint /home/xilun/bin/flashmsp `readlink -f ECF-XIOH_V5.txt`
|