]> git.sur5r.net Git - openocd/blobdiff - testing/examples/AT91R40008Test/prj/at91r40008_turtle.cfg
various: don't mention wiki
[openocd] / testing / examples / AT91R40008Test / prj / at91r40008_turtle.cfg
index 95f791839fbd25faf12a9435f7a09a0ddf27f097..d72980e78d1d21a4a12c996ec4fbefd3e66a6425 100644 (file)
@@ -20,8 +20,7 @@ jtag_ntrst_delay 200
 reset_config srst_only srst_pulls_trst
 
 #jtag scan chain
-#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
-jtag_device 4 0x1 0xf 0xe
+jtag newtap at91 cpu -irlen 4 -irmask 0xf
 
 #target configuration
 target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
@@ -31,8 +30,8 @@ target_script 0 reset .\prj\at91r40008_reset.script
 
 flash bank cfi 0x10000000 0x400000 2 2 0
 
-# For more information about the configuration files, take a look at:
-# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
+# For more information about the configuration files,
+# look at the OpenOCD User's Guide.
 
 init
 reset halt