-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[util] Fix sonata-openocd-cfg.tcl for use with OpenOCD 0.12.0
The set_prefer_sba command has been deprecated, set_mem_access should be used instead.
- Loading branch information
1 parent
e921f3c
commit 940a2fa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ target create $_TARGETNAME riscv -chain-position $_TARGETNAME | |
|
||
adapter speed 10000 | ||
|
||
riscv set_prefer_sba on | ||
riscv set_mem_access sysbus | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
GregAC
Author
Contributor
|
||
reset_config none | ||
|
||
init | ||
|
What version of OpenOCD are you using? This doesn't work on version 0.11.0