From b685c4cf938fc563eabf5f8d6c02b626907bedcf Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 5 Apr 2021 12:57:31 +0100 Subject: [PATCH] hla newtap is apparently the command to run, to request a JTAG tap be set up --- openocd_stlinkv2.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openocd_stlinkv2.cfg b/openocd_stlinkv2.cfg index f3e5e1d..8958565 100644 --- a/openocd_stlinkv2.cfg +++ b/openocd_stlinkv2.cfg @@ -3,9 +3,13 @@ hla_layout stlink hla_device_desc "ST-LINK" hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b transport select hla_jtag +#jtag_rclk 300 +adapter_khz 25 # this should be irlen=4 -jtag newtap libresoc tap -irlen 4 -irmask 0xf -ircapture 0xf -expected-id 0x000018ff +hla newtap libresoc tap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x000018ff + +#hla newtap libresoc tap -irlen 4 -irmask 0xf -ircapture 0xf -expected-id 0x000018ff #set _TARGETNAME libresoc.tap #target create $_TARGETNAME.0 ppc64 -chain-position $_TARGETNAME -rtos hwthread -- 2.30.2