cores-swerv-el2/demo/Readmd.md

18 lines
237 B
Markdown
Raw Normal View History

2022-03-07 21:08:10 +08:00
# jtag simulation
## start openocd
`openocd -d -f swerv.cfg`
## start gdb
`/opt/riscv/bin/riscv32-unknown-elf-gdb -ex "target extended-remote :3333"`
## quick start
At demo/jtag/
1. `make all`
2. `make openocd`
3. `make gdb`