File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ dap create $_CHIPNAME.coresight.dap -chain-position $_CHIPNAME.coresight.cpu
3636for { set _core 0 } { $_core < $_cores } { incr _core } {
3737 cti create cti.$_core -dap $_CHIPNAME.coresight.dap -ap-num 0 \
3838 -baseaddr [lindex $CTIBASE $_core]
39- # Cores are armv8-r but works with aarch64 (since armv8-r not directly supported by openocd yet).
4039 if { $_core == 0} {
41- target create core.$_core aarch64 -dap $_CHIPNAME.coresight.dap \
40+ target create core.$_core armv8r -dap $_CHIPNAME.coresight.dap \
4241 -ap-num 0 -dbgbase [lindex $DBGBASE $_core] -cti cti.$_core
4342 } else {
44- target create core.$_core aarch64 -dap $_CHIPNAME.coresight.dap \
43+ target create core.$_core armv8r -dap $_CHIPNAME.coresight.dap \
4544 -ap-num 0 -dbgbase [lindex $DBGBASE $_core] -cti cti.$_core -defer-examine
4645 }
4746}
You can’t perform that action at this time.
0 commit comments