maxusb is now default.
[goodfet] / firmware / README.txt
index 6e7cc44..fa0e8f6 100644 (file)
@@ -1,13 +1,15 @@
 GoodFET Firmware
-by Travis Goodspeed
-<travis at radiantmachines.com>
+by Travis Goodspeed <travis at radiantmachines.com>
+and some good neighbors.
 
-Requires MSPGCC and msp430-bsl.
+Set \$GOODFET to be the port of your GoodFET, such as
+export GOODFET=/dev/cu.usbserial-*      #Darwin
+export GOODFET=/dev/ttyUSB*             #Linux (Default)
 
-Assumes MSP430F161x by default.  Call for others by the following method,
-recognizing that 2618 support is a rather recent addition and only works
-in MSPGCC from CVS.
-
-export mcu=msp430x2618
-make -e
+The target board must be specified.  For example,
+board=goodfet31 make clean install
+board=goodfet41 make clean install
+board=telosb make clean install
 
+We require at least msp430-gcc-4.4.5, but older versions should work
+if you're lucky.