X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFET.py;h=a2f316091481ccf000ea168ea24c76827313d22b;hp=468b0915dd22020bd77971327000269005d6b6fb;hb=ac805b54c0afd67a51949367b311a855b4aacf90;hpb=dbcedaa279472080a2585e959a3146f3c5859556 diff --git a/client/GoodFET.py b/client/GoodFET.py index 468b091..a2f3160 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -103,7 +103,8 @@ class GoodFET: #time.sleep(1); self.readcmd(); #Read the first command. if(self.verb!=0x7F): - print "Verb %02x is wrong. Incorrect firmware?" % self.verb; + print "Verb %02x is wrong. Incorrect firmware or bad Info guess?" % self.verb; + print "http://goodfet.sf.net/faq/"; #print "Connected." def getbuffer(self,size=0x1c00): writecmd(0,0xC2,[size&0xFF,(size>>16)&0xFF]);