diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2021-10-07 01:30:38 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2021-11-22 09:14:49 +0100 |
commit | 9d90cd0274bce967a11e790c424530e6393be2a6 (patch) | |
tree | eb0db910edea920b0c2ea1ac47da136e6a1d6bc6 /Documentation | |
parent | 81ceab95360295cef146e89a1cd1cd5e590aa75e (diff) | |
download | barebox-9d90cd0274bce967a11e790c424530e6393be2a6.tar.gz barebox-9d90cd0274bce967a11e790c424530e6393be2a6.tar.xz |
Documentation/boards/riscv.rst: fix code blocks
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Link: https://lore.barebox.org/20211006223038.129681-1-antonynpavlov@gmail.com
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/boards/riscv.rst | 4 |
1 files 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] |