summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2013-02-11 15:00:01 +0100
committerGuillaume Knispel <gknispel@avencall.com>2013-02-11 15:00:01 +0100
commitf917720247dff181ac114314d9643781b758e331 (patch)
treef93e1de6d771509ad81e547dd31059849c0c4e8a
parente1742ed323a3da6e7fd3eb9a3bfe5665c22074d0 (diff)
more s/PwrSeq/ECF-XIOH_Vx/HEADmaster
-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`