]> git.zerfleddert.de Git - proxmark3-svn/blame - tools/at91sam7s256-armusbocd.cfg
Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags (#842)
[proxmark3-svn] / tools / at91sam7s256-armusbocd.cfg
CommitLineData
aa4d9d9b 1#define our ports
2telnet_port 4444
3gdb_port 3333
4
5#commands specific to the Olimex arm-usb-ocd
6interface ft2232
7# Be careful to reflect the exact description here:
8ft2232_device_desc "Olimex OpenOCD JTAG"
9ft2232_layout "olimex-jtag"
10ft2232_vid_pid 0x15BA 0x0003
11jtag_speed 2
12jtag_nsrst_delay 200
13jtag_ntrst_delay 200
14
15#reset_config <signals> [combination] [trst_type] [srst_type]
16reset_config srst_only srst_pulls_trst
17
18#jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
19jtag_device 4 0x1 0xf 0xe
20
21#daemon_startup <'attach'|'reset'>
22daemon_startup reset
23
24#target <type> <endianess> <reset_mode> <jtag#> [variant]
25target arm7tdmi little run_and_init 0 arm7tdmi_r4
26
27#run_and_halt_time <target#> <time_in_ms>
28run_and_halt_time 0 30
29
Impressum, Datenschutz