From a6dba97b847b1b2b9f503d10a46f9f1808ec2323 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 2 Aug 2007 08:13:20 +0000 Subject: [PATCH] Erase only main flash memory. --- platform/msb430/buildscripts/Makefile.freebsd | 2 +- platform/msb430/buildscripts/Makefile.unix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/msb430/buildscripts/Makefile.freebsd b/platform/msb430/buildscripts/Makefile.freebsd index 489b4205b..625d3bb81 100644 --- a/platform/msb430/buildscripts/Makefile.freebsd +++ b/platform/msb430/buildscripts/Makefile.freebsd @@ -7,7 +7,7 @@ ifndef JTAG_PORT endif %.u: %.$(TARGET) - $(JTAG) -l $(JTAG_PORT) -e + $(JTAG) -l $(JTAG_PORT) -m $(JTAG) -l $(JTAG_PORT) -D -D -S -R 2048 -p $^ $(JTAG) -l $(JTAG_PORT) -D -r diff --git a/platform/msb430/buildscripts/Makefile.unix b/platform/msb430/buildscripts/Makefile.unix index 64c3a3b2e..58f308b79 100644 --- a/platform/msb430/buildscripts/Makefile.unix +++ b/platform/msb430/buildscripts/Makefile.unix @@ -7,7 +7,7 @@ ifndef JTAG_PORT endif %.u: %.$(TARGET) - $(JTAG) -l $(JTAG_PORT) -e + $(JTAG) -l $(JTAG_PORT) -m $(JTAG) -l $(JTAG_PORT) -D -D -S -R 2048 -p $^ $(JTAG) -l $(JTAG_PORT) -D -r