X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FREADME.txt;h=db13b4b5991639c5bf2bc2b295760a29e91bb49c;hp=d912a36a86efbecf211749952d192cf9c019b1f8;hb=d409b6247d7919279d453b2d73fe84e1c03f4eb5;hpb=d03d57090931d83f8954485765a441f4fd197513 diff --git a/firmware/README.txt b/firmware/README.txt index d912a36..db13b4b 100644 --- a/firmware/README.txt +++ b/firmware/README.txt @@ -2,13 +2,14 @@ GoodFET Firmware by Travis Goodspeed and some good neighbors. -Set \$GOODFET to be the port of your GoodFET, such as +Set $GOODFET to be the port of your GoodFET, such as export GOODFET=/dev/cu.usbserial-* #Darwin export GOODFET=/dev/ttyUSB* #Linux (Default) -The target board must be specified. Export one of the following: +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. +We require at least msp430-gcc-4.4.5, but older versions might work if +you're lucky.