mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 07:34:40 +08:00
replaced obsolete config options with current
This commit is contained in:
parent
850427c8a9
commit
709a8d3ff0
1 changed files with 6 additions and 9 deletions
|
@ -7,21 +7,18 @@ interface ft2232
|
|||
ft2232_device_desc "Amontec JTAGkey A"
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x0403 0xcff8
|
||||
jtag_speed 2
|
||||
jtag_speed 30
|
||||
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
|
||||
jtag newtap sam7x256 cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x3f0f0f0f
|
||||
|
||||
#daemon_startup <'attach'|'reset'>
|
||||
daemon_startup reset
|
||||
target create sam7x256.cpu arm7tdmi -endian little -chain-position sam7x256.cpu -variant arm7tdmi
|
||||
|
||||
#target <type> <endianess> <reset_mode> <jtag#> [variant]
|
||||
target arm7tdmi little run_and_halt 0 arm7tdmi
|
||||
gdb_memory_map enable
|
||||
|
||||
#run_and_halt_time <target#> <time_in_ms>
|
||||
run_and_halt_time 0 30
|
||||
sam7x256.cpu configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x10000 -work-area-backup 0
|
||||
flash bank at91sam7 0 0 0 0 0
|
||||
|
|
Loading…
Reference in a new issue