Getting closer to working Cortex M3 targets.
[goodfet] / README.txt
1 #For Mac, install the following.
2 # XCode
3 # MacPorts
4 # FTDI Virtual COM Driver
5
6 # In Linux, the FTDI driver should be included by default.  Be sure
7 # that the user is allowed to use /dev/ttyUSB0, which often requires
8 # being a member of the dialout group.
9
10 # Now install these packages.  They might have different names.
11 # python-serial wget subversion gcc-msp430 curl
12
13 # Use subversion to grab the code.
14 mkdir -p ~/svn; cd ~/svn
15 svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet
16
17 # Then link the client into /usr/local/bin/
18 # You could also add the client directory to your $PATH.
19 cd ~/svn/goodfet/trunk/client
20 sudo make link
21
22 # Load firmware, not yet building it locally.
23 goodfet.bsl --fromweb
24 goodfet.monitor test
25
26