X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=firmware%2FREADME.txt;fp=firmware%2FREADME.txt;h=d912a36a86efbecf211749952d192cf9c019b1f8;hp=ea75e38b19b78763e71df3a57e4d1f40db082c2b;hb=d03d57090931d83f8954485765a441f4fd197513;hpb=350c674c6bcd97ec2f883b07e0cf49eb8a480183 diff --git a/firmware/README.txt b/firmware/README.txt index ea75e38..d912a36 100644 --- a/firmware/README.txt +++ b/firmware/README.txt @@ -1,18 +1,14 @@ 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. +The target board must be specified. Export one of the following: +board=goodfet31 make clean install +board=goodfet41 make clean install -export mcu=msp430x2618 -make -e - - - -Some weird switches, -1) Build for a static DCO configuration. Useful for standalone firmware. -CFLAGS="-DSTATICDCO=0x8F9E" make clean all +We require at least msp430-gcc-4.4.5, but older versions should work +if you're lucky.