mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
Amontec JTAGKey config
This commit is contained in:
parent
258a9f3899
commit
e3dfa42772
1 changed files with 27 additions and 0 deletions
27
tools/at91sam7s256-jtagkey.cfg
Normal file
27
tools/at91sam7s256-jtagkey.cfg
Normal file
|
@ -0,0 +1,27 @@
|
|||
#define our ports
|
||||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
|
||||
#commands specific to the Amontec JTAGKey
|
||||
interface ft2232
|
||||
ft2232_device_desc "Amontec JTAGkey A"
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x0403 0xcff8
|
||||
jtag_speed 2
|
||||
jtag_nsrst_delay 200
|
||||
jtag_ntrst_delay 200
|
||||
|
||||
#reset_config <signals> [combination] [trst_type] [srst_type]
|
||||
reset_config srst_only srst_pulls_trst
|
||||
|
||||
#jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
|
||||
jtag_device 4 0x1 0xf 0xe
|
||||
|
||||
#daemon_startup <'attach'|'reset'>
|
||||
daemon_startup reset
|
||||
|
||||
#target <type> <endianess> <reset_mode> <jtag#> [variant]
|
||||
target arm7tdmi little run_and_halt 0 arm7tdmi
|
||||
|
||||
#run_and_halt_time <target#> <time_in_ms>
|
||||
run_and_halt_time 0 30
|
Loading…
Reference in a new issue