fix path to elf file
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
fe96ef185b
commit
281bd9abcf
@ -7,6 +7,6 @@ i @ticktimer-soc.cs
|
|||||||
using sysbus
|
using sysbus
|
||||||
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
|
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
|
||||||
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
|
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
|
||||||
sysbus LoadELF "D:/Code/Betrusted/betrusted-soc/sw/target/riscv32imac-unknown-none-elf/debug/betrusted-soc"
|
sysbus LoadELF @betrusted-soc
|
||||||
showAnalyzer sysbus.fb
|
showAnalyzer sysbus.fb
|
||||||
machine StartGdbServer 3333 true
|
machine StartGdbServer 3333 true
|
||||||
|
Loading…
Reference in New Issue
Block a user