X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.spiflash;h=dcdc68be9ab4fa486c2143dfb631b67b5dbf6e98;hp=21a1efbe61e1aac117d6de1ddf22042fce98079a;hb=0a6754712a364a01d149dc518f44b258a3a37cf8;hpb=46169c20b9a243aa8deecb4747a9431e86758c1c diff --git a/client/goodfet.spiflash b/client/goodfet.spiflash index 21a1efb..dcdc68b 100755 --- a/client/goodfet.spiflash +++ b/client/goodfet.spiflash @@ -140,6 +140,7 @@ if(sys.argv[1]=="flash"): stop=int(sys.argv[4],16); print "Flashing code from %06x to %06x with %s." % (start,stop,f); + print "FIXME This might fail if the file is of an odd size."; file = open(f, mode='rb') i=start;