change JTAG ID in cfg for openocd

This commit is contained in:
James Stine 2024-06-05 11:36:29 -05:00
parent 5cdd423bf4
commit 9e430be169

View File

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