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 d378ac1 commit 9ab4468Copy full SHA for 9ab4468
1 file changed
docs/manual.md
@@ -837,14 +837,14 @@ Using a GDB prompt via openOCD:
837
838
(gdb) monitor reset halt
839
840
-2. Set the a0 and a1 registers for OpenSBI
+2. Set the `a0` and `a1` registers for OpenSBI
841
842
# tell OpenSBI where DTB is (there is none)
843
(gdb) set $a0=0
844
# tell OpenSBI that the default hart is #0
845
(gdb) set $a1=0
846
847
-3. Load OpenSBI's FW_JUMP payload targeted at 0x90000000, implicitly setting the program counter.
+3. Load OpenSBI's FW_JUMP payload targeted at `0x90000000`, implicitly setting the program counter.
848
849
(gdb) load /path/to/opensbi/fw_jump.elf
850
0 commit comments