[PATCH] Documentation/boards/riscv.rst: fix code blocks

Antony Pavlov antonynpavlov at gmail.com
Wed Oct 6 15:30:38 PDT 2021


Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 Documentation/boards/riscv.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/boards/riscv.rst b/Documentation/boards/riscv.rst
index 97f4d1deb7..b7a3a95f0f 100644
--- a/Documentation/boards/riscv.rst
+++ b/Documentation/boards/riscv.rst
@@ -168,13 +168,13 @@ Connect to board's UART with your favorite serial communication software
 (e.g. minicom) and check 'nmon> ' prompt (nmon runs from onchip ROM).
 
 Next close your communication software and use ./scripts/nmon-loader
-to load barebox image into board's DRAM, e.g.
+to load barebox image into board's DRAM, e.g.::
 
   # ./scripts/nmon-loader barebox.erizo.nmon /dev/ttyUSB0 115200
 
 Wait several munutes for 'nmon> ' prompt.
 
-Next, start barebox from DRAM:
+Next, start barebox from DRAM::
 
   nmon> g 80000000
   Switch to console [cs0]
-- 
2.33.0




More information about the barebox mailing list