summaryrefslogtreecommitdiff
path: root/pi-zero.cfg
blob: 9895056df48281f0a75fb28828661d617134d957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
transport select jtag

adapter_khz 2000
adapter_nsrst_delay 300
reset_config trst_only

set _CHIPNAME rpi
set _CPU_TAPID 0x07b7617f

jtag newtap $_CHIPNAME arm -irlen 5 -expected-id $_CPU_TAPID

set _TARGETNAME $_CHIPNAME.arm
target create $_TARGETNAME arm11 -chain-position $_TARGETNAME
rpi.arm configure -event gdb-attach { halt }
rpi.arm configure -work-area-phys 0x2F0000 -work-area-size 8096