Fix deprecation warning for tb openocd.cfg, and update example output in Readme.md
This commit is contained in:
parent
1cd5b7fed7
commit
42c4ac305b
18
Readme.md
18
Readme.md
|
@ -259,14 +259,18 @@ If you see something like:
|
||||||
Info : Initializing remote_bitbang driver
|
Info : Initializing remote_bitbang driver
|
||||||
Info : Connecting to localhost:9824
|
Info : Connecting to localhost:9824
|
||||||
Info : remote_bitbang driver initialized
|
Info : remote_bitbang driver initialized
|
||||||
Info : This adapter doesn't support configurable speed
|
Info : Note: The adapter "remote_bitbang" doesn't support configurable speed
|
||||||
Info : JTAG tap: hazard3.cpu tap/device found: 0xdeadbeef (mfg: 0x777 (<unknown>), part: 0xeadb, ver: 0xd)
|
Info : JTAG tap: hazard3.cpu tap/device found: 0xdeadbeef (mfg: 0x777 (Fabric of Truth Inc), part: 0xeadb, ver: 0xd)
|
||||||
Info : datacount=1 progbufsize=2
|
Info : [hazard3.cpu] datacount=1 progbufsize=2
|
||||||
Info : Disabling abstract command reads from CSRs.
|
Info : [hazard3.cpu] Disabling abstract command reads from CSRs.
|
||||||
Info : Examined RISC-V core; found 1 harts
|
Info : [hazard3.cpu] Disabling abstract command writes to CSRs.
|
||||||
Info : hart 0: XLEN=32, misa=0x40801105
|
Info : [hazard3.cpu] Examined RISC-V core
|
||||||
Info : starting gdb server for hazard3.cpu on 3333
|
Info : [hazard3.cpu] XLEN=32, misa=0x40901107
|
||||||
|
[hazard3.cpu] Target successfully examined.
|
||||||
|
Info : [hazard3.cpu] Examination succeed
|
||||||
|
Info : [hazard3.cpu] starting gdb server on 3333
|
||||||
Info : Listening on port 3333 for gdb connections
|
Info : Listening on port 3333 for gdb connections
|
||||||
|
hazard3.cpu halted due to debug-request.
|
||||||
Info : Listening on port 6666 for tcl connections
|
Info : Listening on port 6666 for tcl connections
|
||||||
Info : Listening on port 4444 for telnet connections
|
Info : Listening on port 4444 for telnet connections
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
adapter driver remote_bitbang
|
adapter driver remote_bitbang
|
||||||
remote_bitbang_host localhost
|
remote_bitbang host localhost
|
||||||
remote_bitbang_port 9824
|
remote_bitbang port 9824
|
||||||
transport select jtag
|
transport select jtag
|
||||||
|
|
||||||
set _CHIPNAME hazard3
|
set _CHIPNAME hazard3
|
||||||
|
|
Loading…
Reference in New Issue