From a3d8749417bdd1ff57da377ad5a3305a545e0ebb Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 3 Mar 2015 15:02:16 +0100 Subject: [PATCH] Update AGL program script to work with JT_USB6 in addition to JT_USB5 JTAG. Signed-off-by: Pavel Pisa --- simple-dc/program-agl.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/simple-dc/program-agl.sh b/simple-dc/program-agl.sh index 2af8b6c..1185eca 100755 --- a/simple-dc/program-agl.sh +++ b/simple-dc/program-agl.sh @@ -1,6 +1,10 @@ #!/usr/local/bin/urjtag-i386 -cable ft2232 vid=0x0403 pid=0x6010 +#cable ft2232 vid=0x0403 pid=0x6010 +cable Signalyzer vid=0x0403 pid=0x6010 +# to setup TRST on AD4 on JT_USB6 + +#frequency 6000000 debug detail -- 2.39.2