ipdbg: simplify command chains
simplify ipdbg commands: $hub_name ipdbg start -> $hub_name start ipdbg/fix: While there, handle the multi-word deprecated commands by adding quotes. Change-Id: I5a56df2dbf2a5710442242727fa9384e5541ed53 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Fixes: https://sourceforge.net/p/openocd/tickets/434/ Reported-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8873 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
1afb3e75f0
commit
52ea420dd2
@@ -18,7 +18,7 @@ source [find fpga/altera-cycloneiii.cfg]
|
||||
|
||||
#openocd -f board/bemicro_cycloneiii.cfg -c "init" -c "pld load cycloneiii.pld cycloneiii_blinker.rbf"
|
||||
# "ipdbg create-hub cycloneiii.ipdbghub -tap cycloneiii.tap -ir 0x00e"
|
||||
# "cycloneiii.ipdbghub ipdbg start -tool 0 -port 5555"
|
||||
# "cycloneiii.ipdbghub start -tool 0 -port 5555"
|
||||
|
||||
|
||||
set JTAGSPI_CHAIN_ID cycloneiii.pld
|
||||
|
||||
Reference in New Issue
Block a user