X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FREADME.txt;h=fa0e8f68594719982eeff4eb1c6a6693916f7bd3;hp=6e7cc446059015a41803005da16a70c9144bcf3b;hb=cd93d96fd4bcc66ffaeed376702e3e3d414409e7;hpb=d817685970c7d0601be3434bed24f835dccbe234 diff --git a/firmware/README.txt b/firmware/README.txt index 6e7cc44..fa0e8f6 100644 --- a/firmware/README.txt +++ b/firmware/README.txt @@ -1,13 +1,15 @@ GoodFET Firmware -by Travis Goodspeed - +by Travis Goodspeed +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.