update jtag id in openocd.cfg

This commit is contained in:
James Stine 2024-06-04 13:19:55 -05:00
parent ba9d3514b7
commit 61defc737f

View File

@ -20,7 +20,7 @@ transport select jtag
adapter speed 1000 adapter speed 1000
set _CHIPNAME cvw set _CHIPNAME cvw
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0xDEADBEEF jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10001005
set _TARGETNAME $_CHIPNAME.cpu set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME target create $_TARGETNAME riscv -chain-position $_TARGETNAME