X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=README.txt;fp=README.txt;h=611329bb95967b3c2e389d5f815a7f04ea7dfda6;hp=0000000000000000000000000000000000000000;hb=a141c5693ce90aecd0cfc622ec3f42966dae2c3d;hpb=5139a528fb80bfb96071b6d02c70373b979f93d4 diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..611329b --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ +#For Mac, install the following. +# XCode +# MacPorts +# FTDI Virtual COM Driver + +# In Linux, the FTDI driver should be included by default. Be sure +# that the user is allowed to use /dev/ttyUSB0, which often requires +# being a member of the dialout group. + +# Now install these packages. They might have different names. +# python-serial wget subversion gcc-msp430 curl + +# Use subversion to grab the code. +mkdir -p ~/svn; cd ~/svn +svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet + +# Then link the client into /usr/local/bin/ +# You could also add the client directory to your $PATH. +cd ~/svn/goodfet/trunk/client +sudo make link + +# Load firmware, not yet building it locally. +goodfet.bsl --fromweb +goodfet.monitor test + +