X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Fexamples%2FSTR912Test%2Fprj%2Fstr912_jtagkey.cfg;h=d4577f39a5c1df3740d3ef1098d95715f3e137f9;hp=614e04220236b35c99f178f4ce7f26b8415584da;hb=80a757d82eafb36ffd54414f33ce91302f4522da;hpb=06433b2d64673ad6814a9c2da8e059e2e682cb4a diff --git a/testing/examples/STR912Test/prj/str912_jtagkey.cfg b/testing/examples/STR912Test/prj/str912_jtagkey.cfg index 614e042202..d4577f39a5 100644 --- a/testing/examples/STR912Test/prj/str912_jtagkey.cfg +++ b/testing/examples/STR912Test/prj/str912_jtagkey.cfg @@ -21,25 +21,21 @@ 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 -daemon_startup reset - -#target -#target arm7tdmi -target arm966e little reset_halt 1 arm966e -run_and_halt_time 0 30 +target create target0 arm966e -endian little -chain-position 1 -variant arm966e +[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup false target_script 0 gdb_program_config .\prj\str912_program.script -working_area 0 0x50000000 16384 nobackup - #flash bank str7x 0 0 flash bank str9x 0x00000000 0x00080000 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 + +init +reset halt