prog/openocd_butterstick: Set _CHIPNAME to ecp5 (for jtag_uart/jtag_bone).
This commit is contained in:
parent
207afb98fc
commit
0c3f5b0fe1
|
@ -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
|
Loading…
Reference in New Issue