#Make sure that you've installed the following: # XCode # MacPorts # FTDI Virtual COM Driver #Now install some ports. sudo port install py26-serial python_select wget subversion # Code mkdir -p ~/svn; cd /svn svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet # Client cd ~/svn/goodfet/trunk/client sudo make link # Python, other tools. sudo python_select python26 # Load firmware, not yet building it locally. goodfet.bsl --fromweb goodfet.monitor test