Skip to content

Commit 50f5b50

Browse files
authored
Update README.adoc
Change plic ndev from 80 to 64.
1 parent 47151c6 commit 50f5b50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The T-HEAD C9xx DTB provided to OpenSBI generic firmware will usually have
117117
#interrupt-cells = <1>;
118118
compatible = "thead,c900-plic";
119119
reg = <0x0 0x08000000 0x0 0x04000000>;
120-
riscv,ndev = <80>;
120+
riscv,ndev = <64>;
121121
interrupt-controller;
122122
interrupts-extended = <
123123
&cpu0_intc 0xffffffff &cpu0_intc 9
@@ -180,10 +180,10 @@ set *0x18030000 = 0x7f
180180

181181
= Run
182182

183-
Start Jtag Server with local-semihosting mode(opensbi requirements).
183+
Start Jtag Server.
184184

185185
....
186-
DebugServerConsole -prereset -ls
186+
DebugServerConsole -prereset
187187
....
188188

189189
Then use gdb connect the Jtag Server.

0 commit comments

Comments
 (0)