From 0c3f5b0fe1a5e8c280905ebe9a732927e3823a8a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 27 Oct 2021 17:27:07 +0200 Subject: [PATCH] prog/openocd_butterstick: Set _CHIPNAME to ecp5 (for jtag_uart/jtag_bone). --- litex_boards/prog/openocd_butterstick.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litex_boards/prog/openocd_butterstick.cfg b/litex_boards/prog/openocd_butterstick.cfg index 88d49cf..38352fc 100644 --- a/litex_boards/prog/openocd_butterstick.cfg +++ b/litex_boards/prog/openocd_butterstick.cfg @@ -6,4 +6,5 @@ reset_config none adapter_khz 25000 -jtag newtap ecp5 tap -irlen 8 -expected-id 0x81113043 +set _CHIPNAME ecp5 +jtag newtap $_CHIPNAME tap -irlen 8 -expected-id 0x81113043 \ No newline at end of file