Erase only main flash memory.

This commit is contained in:
nvt-se 2007-08-02 08:13:20 +00:00
parent 709adf51ad
commit a6dba97b84
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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