Atmel JEDEC info for SPI Flash.
[goodfet] / client / goodfet.spiflash
index 8d93e3a..1005617 100755 (executable)
@@ -126,6 +126,8 @@ if(sys.argv[1]=="flash"):
 
     i=start;
     chars=list(file.read());
+    
+    #N.B., chunksize must be an even fraction of 0x100.
     chunksize=0x80;
     
     while i<=stop: