We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47151c6 commit 50f5b50Copy full SHA for 50f5b50
1 file changed
README.adoc
@@ -117,7 +117,7 @@ The T-HEAD C9xx DTB provided to OpenSBI generic firmware will usually have
117
#interrupt-cells = <1>;
118
compatible = "thead,c900-plic";
119
reg = <0x0 0x08000000 0x0 0x04000000>;
120
- riscv,ndev = <80>;
+ riscv,ndev = <64>;
121
interrupt-controller;
122
interrupts-extended = <
123
&cpu0_intc 0xffffffff &cpu0_intc 9
@@ -180,10 +180,10 @@ set *0x18030000 = 0x7f
180
181
= Run
182
183
-Start Jtag Server with local-semihosting mode(opensbi requirements).
+Start Jtag Server.
184
185
....
186
-DebugServerConsole -prereset -ls
+DebugServerConsole -prereset
187
188
189
Then use gdb connect the Jtag Server.
0 commit comments