X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;fp=firmware%2FMakefile;h=2d87705793abf67f778af72d15e21c95346810e3;hp=bc24bc3c7d3f0867f02e3cd860be5ce664f4b28d;hb=ffd8151360c571b027b1a67a35bf60b748ff2b4a;hpb=494cd04e27c3f437f55517c2de3f28b9b778ede4 diff --git a/firmware/Makefile b/firmware/Makefile index bc24bc3..2d87705 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -327,6 +327,10 @@ erase: $(JTAG) -e $(app).hex else install: $(app).hex + #Note that 'make install' no longer erases the chip. + #Use 'make reinstall' if you want that. + $(MSP430BSL) -p $(app).hex +reinstall: $(app).hex $(MSP430BSL) -e -p $(app).hex installinfo: $(MSP430BSL) -P $(app).hex -p info.txt || true #MSP430F2xx targets only, inelegant.