[bootlin/training-materials updates] master: Embedded Linux labs: remove extra brace (0f0ef3ba)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Jul 15 20:29:40 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/0f0ef3bae7bf35718486f2c476aefb7d76bf0636

>---------------------------------------------------------------

commit 0f0ef3bae7bf35718486f2c476aefb7d76bf0636
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Jul 15 20:29:19 2021 +0200

    Embedded Linux labs: remove extra brace
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

0f0ef3bae7bf35718486f2c476aefb7d76bf0636
 common/sysdev-kernel-cross-compiling-sama5d3.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/sysdev-kernel-cross-compiling-sama5d3.tex b/common/sysdev-kernel-cross-compiling-sama5d3.tex
index 0cfd0aaa..454e6462 100644
--- a/common/sysdev-kernel-cross-compiling-sama5d3.tex
+++ b/common/sysdev-kernel-cross-compiling-sama5d3.tex
@@ -18,7 +18,7 @@ for the DTB:
 % Verbatim doesn't seem to work in this \ifdefstring environment
 
 \begin{ubootinput}
-=> nand erase 0x180000 0x20000} %\rmfamily({\em NAND-offset size})%
+=> nand erase 0x180000 0x20000 %\rmfamily({\em NAND-offset size})%
 \end{ubootinput}
 
 Then, let's erase the 5 MiB of NAND flash for the kernel image:
@@ -33,7 +33,7 @@ Then, flash the DTB and kernel binaries:
 
 % Verbatim doesn't seem to work in this \ifdefstring environment
 \begin{ubootinput}
-=> nand write 0x22000000 0x180000 0x20000} %\rmfamily({\em RAM-addr NAND-offset size})%
+=> nand write 0x22000000 0x180000 0x20000 %\rmfamily({\em RAM-addr NAND-offset size})%
 => nand write 0x21000000 0x1a0000 0x500000
 \end{ubootinput}
 
@@ -42,7 +42,7 @@ able to load the DTB and kernel image from NAND and boot with:
 
 % Verbatim doesn't seem to work in this \ifdefstring environment
 \begin{ubootinput}
-=> nand read 0x22000000 0x180000 0x20000} %\rmfamily({\em RAM-addr offset size})%
+=> nand read 0x22000000 0x180000 0x20000 %\rmfamily({\em RAM-addr offset size})%
 => nand read 0x21000000 0x1a0000 0x500000
 => bootz 0x21000000 - 0x22000000
 \end{ubootinput}




More information about the training-materials-updates mailing list