[bootlin/training-materials updates] master: labs/sysdev-kernel-cross-compiling: add missing \ (b8378b2c)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:38 CEST 2021


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

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

commit b8378b2c73cd3a090ebc27714bc22aa5839e9fa9
Author: Clément Léger <clement at clement-leger.fr>
Date:   Thu Jun 3 15:51:52 2021 +0200

    labs/sysdev-kernel-cross-compiling: add missing \
    
    Without it, the space isn't displayed and the command does not work under
    U-Boot.
    
    Signed-off-by: Clément Léger <clement at clement-leger.fr>


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

b8378b2c73cd3a090ebc27714bc22aa5839e9fa9
 labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 8a22ff6e..accef401 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -127,7 +127,7 @@ You can now automate all this every time the board is booted or
 reset. Reset the board, and customize \code{bootcmd}:
 
 \begin{ubootinput}
-=> setenv bootcmd 'tftp %\zimageboardaddr\ zImage; tftp \dtbboardaddr\ \dtbname; bootz \zimageboardaddr - \dtbboardaddr'%
+=> setenv bootcmd 'tftp %\zimageboardaddr\ zImage; tftp \dtbboardaddr\ \dtbname; bootz \zimageboardaddr\ - \dtbboardaddr'%
 => saveenv
 \end{ubootinput}
 




More information about the training-materials-updates mailing list