]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - README
Support wide sampling
[sigrok-firmware-fx2lafw.git] / README
diff --git a/README b/README
index 2295a7ecb7a5c0a91bdf05ab554745bf14e6e881..026f56bd8223c2a6d1145bb2089383da3e7d86c9 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ In order to transfer the firmware onto the FX2 chip, you can use cycfx2prog:
 Building
 --------
 
-  $ git clone ...
+  $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/fx2lafw
   $ cd fx2lafw
   $ git clone git://github.com/mulicheng/fx2lib.git
   $ make
@@ -31,11 +31,14 @@ Building
 Usage
 -----
 
- $ cycfx2prog -id=vvvv:pppp prg:build/fx2lafw.ihx reset run delay:100
+ $ cycfx2prog -id=vvvv:pppp prg:<device>.ihx reset run delay:100
 
 You have to provide the USB VID/PID of the FX2 device (before firmware
 upload) using the -id parameter.
 
+Replace <device>.ihx with the respective .ihx file from the
+hw/*/build/ directory, e.g. hw/saleae-logic/build/fx2lafw-saleae-logic.ihx.
+
 Website
 -------