Changed smartrf warning message. Sorry this was so confusing before.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 27 Apr 2012 15:21:12 +0000 (15:21 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 27 Apr 2012 15:21:12 +0000 (15:21 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1143 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETCC.py

index 3937c62..ab9170b 100644 (file)
@@ -38,7 +38,7 @@ class GoodFETCC(GoodFET):
             self.SRF_loadsymbols();
             self.haveloadedsymbols=True;
         except:
-            print "SmartRF not found for this chip.";
+            print "SmartRF not found for this chip.\nInstall it with wine and symlink to /opt/smartrf7 .";
     def SRF_chipdom(self,chip="cc1110", doc="register_definition.xml"):
         """Loads the chip XML definitions from SmartRF7."""
         fn="%s/config/xml/%s/%s" % (self.smartrfpath,chip,doc);