X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=README.txt;h=cd5f41b1c78f342f8e50d491b46cc2a796999f99;hp=611329bb95967b3c2e389d5f815a7f04ea7dfda6;hb=0fcdf799b6ba435e00c9911a07d7d55282c00b3d;hpb=a141c5693ce90aecd0cfc622ec3f42966dae2c3d diff --git a/README.txt b/README.txt index 611329b..cd5f41b 100644 --- a/README.txt +++ b/README.txt @@ -3,6 +3,12 @@ # MacPorts # FTDI Virtual COM Driver +#For Windows, +# Python 2.7, 32-bit +# py-serial for Python 2.7. Version for 2.6 will not work. +# FTDI VCP drivers, available in Windows Update +# Add python to %PATH% and use it to run the scripts in \trunk\client\. + # 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. @@ -19,6 +25,9 @@ svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet cd ~/svn/goodfet/trunk/client sudo make link +# Define which board you are working with, maybe in your ~/.profile +export board=goodfet41 + # Load firmware, not yet building it locally. goodfet.bsl --fromweb goodfet.monitor test