]> git.sur5r.net Git - openocd/blobdiff - testing/examples/STR912Test/prj/str912_jtagkey.cfg
testing/examples/.../*cfg: rm jtag_device calls
[openocd] / testing / examples / STR912Test / prj / str912_jtagkey.cfg
index 487ec04caef52e2536cd4f52801b82b739feacfb..d4577f39a5c1df3740d3ef1098d95715f3e137f9 100644 (file)
@@ -21,10 +21,9 @@ jtag_ntrst_delay 100
 reset_config trst_and_srst
 
 #jtag scan chain
-#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
-jtag_device 8 0x1 0x1 0xfe
-jtag_device 4 0x1 0xf 0xe
-jtag_device 5 0x1 0x1 0x1e
+jtag newtap str9 flash -irlen 8
+jtag newtap str9 cpu -irlen 4 -irmask 0xf
+jtag newtap str9 bs -irlen 5
 
 #target configuration
 target create target0 arm966e -endian little -chain-position 1 -variant arm966e