aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorGareth McMullin2012-05-24 18:23:58 +1200
committerGareth McMullin2012-05-24 18:23:58 +1200
commit09330d7fa9c36f7125d8654fdca66df0c1a86533 (patch)
treeeb10ca8084babd457d34f51979c78dfcd47b302f /HACKING
parent8d2c0ff9e5ea05cc8223bf1f7e6758c0ccd0d224 (diff)
HACKING: Corrected libftdi instructions.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index c1e2f5b..e0a9f87 100644
--- a/HACKING
+++ b/HACKING
@@ -51,7 +51,7 @@ First, get the VID/PID for your FT2232 device using 'lsusb'. Edit the file
'src/linux/platform.h' and change the VID/PID to match your hardware.
Compile the application with the command:
-make HOST=linux
+make PROBE_HOST=linux
Running the application 'blackmagic' will start a GDB server on TCP port 2000.