]> git.sur5r.net Git - openocd/blobdiff - testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg
various: don't mention wiki
[openocd] / testing / examples / SAM7S256Test / prj / sam7s256_jtagkey.cfg
index e08b84b5f810089c1a5ec51fbbf57ba6ecd4729b..92c1e30255ac465393d480e414d54481dbb10e35 100644 (file)
@@ -21,8 +21,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 sam7 cpu -irlen 4 -irmask 0xf
 
 #target configuration
 target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
@@ -33,8 +32,8 @@ target_script 0 reset .\prj\sam7s256_reset.script
 #flash bank <driver> <base> <size> <chip_width> <bus_width>
 flash bank at91sam7 0 0 0 0 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