GoodFET30 now MSP430F2254 compatible by default.
[goodfet] / firmware / Makefile
index f9f6f7d..32a72cb 100644 (file)
@@ -33,9 +33,9 @@ run:
        ../client/goodfet.msp430 test
 
 install: $(app).hex
-       $(BSL) -e
-       ls info.txt && $(BSL) -p info.txt || true  #MSP430F2xx targets only, inelegant.
-       $(BSL) -p $(app).hex 
+       #$(BSL) -e
+       #ls info.txt && $(BSL) -p info.txt || true  #MSP430F2xx targets only, inelegant.
+       $(BSL) -e -p $(app).hex 
 verify:
        $(BSL) -P $(app).hex -v $(app).hex
 dumpinfo: