[sq] apply proposed change

This commit is contained in:
Berkus Decker 2019-01-31 03:26:02 +02:00
parent 6d3d1de559
commit 6f419b22f7
1 changed files with 1 additions and 3 deletions

View File

@ -127,11 +127,9 @@ jtag newtap $_CHIPNAME arm -irlen 5 -expected-id $_CPU_TAPID
set _TARGETNAME $_CHIPNAME.arm
target create $_TARGETNAME arm11 -chain-position $_TARGETNAME
rspi.arm configure -event gdb-attach { halt }
$_TARGETNAME configure -event gdb-attach { halt }
```
(@fixme: rspi.arm on last line should be `$_TARGETNAME` instead?)
[Source #1](https://electronics.stackexchange.com/questions/249008/how-to-use-rpi-2-to-debug-rpi-model-b-via-jtag-with-openocd/419724#419724), [source #2](https://sysprogs.com/tutorials/preparing-raspberry-pi-for-jtag-debugging/)
## Run OpenOCD, GDB and attach to target