summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rwxr-xr-xflash.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c1e78f7..cb824b9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
# with 4.6.3~mspgcc-20120406-3 (Debian Wheezy)
sudo apt-get install msp430-libc gcc-msp430 srecord unix2dos
-make BOARD=XIOH_V5 # result is PwrSeq.XIOH_V5.safe.txt
-make BOARD=XIOH_V6 # result is PwrSeq.XIOH_V6.safe.txt
+make BOARD=XIOH_V5 # result is ECF-XIOH_V5.txt
+make BOARD=XIOH_V6 # result is ECF-XIOH_V6.txt
diff --git a/flash.sh b/flash.sh
index a1cded2..0c2d968 100755
--- a/flash.sh
+++ b/flash.sh
@@ -5,4 +5,4 @@
# This script uses another installation where it works most of the time.
set -e
-ssh xilun@mint /home/xilun/bin/flashmsp `readlink -f PwrSeq.safe.txt`
+ssh xilun@mint /home/xilun/bin/flashmsp `readlink -f ECF-XIOH_V5.txt`