From b7275ecc181a6ab4ae7d3ba83835cbc39a0949cd Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 2 Feb 2019 23:22:32 +0200 Subject: [PATCH] wip --- doc/rpi3_jtag.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/rpi3_jtag.md b/doc/rpi3_jtag.md index f71e9cc..575c9a3 100644 --- a/doc/rpi3_jtag.md +++ b/doc/rpi3_jtag.md @@ -138,13 +138,11 @@ target create $_TARGETNAME arm11 -chain-position $_TARGETNAME $_TARGETNAME configure -event gdb-attach { halt } ``` -[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/), [source #3](http://openocd.org/doc/html/Reset-Configuration.html), [source #4](http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka3854.html), [source #5](https://www.raspberrypi.org/forums/viewtopic.php?p=1013802), [source #6 - proper rpi3 ocd config](https://www.suse.com/c/debugging-raspberry-pi-3-with-jtag/) +[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/), [source #3](http://openocd.org/doc/html/Reset-Configuration.html), [source #4](http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka3854.html), [source #5](https://www.raspberrypi.org/forums/viewtopic.php?p=1013802), [source #6 - proper rpi3 ocd config](https://www.suse.com/c/debugging-raspberry-pi-3-with-jtag/), [source #7 - simpler rpi3 ocd config](https://github.com/daniel-k/openocd/blob/armv8/tcl/target/rpi3.cfg), [source #8 - explanations about SRST](https://catch22.eu/baremetal/openocd_sysfs_stm32/) * @todo Check the expected tap id: > If an SoC provides a JTAG debug interface and contains any CoreSight debug components (including any Cortex processor) you should expect to see the standard JTAG IDCODE of a single CoreSight SWJ-DP as one TAP on the JTAG chain. -* @todo JTAG gives 0x4ba0_0c77 instead of expected 0x07b7_617f - ## Run OpenOCD, GDB and attach to target