[bootlin/training-materials updates] master: labs/sysdev-kernel-cross-compiling: fixup typos in DTB wording (ee29d148)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Nov 13 11:30:27 CET 2020


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

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

commit ee29d148dbd731235164473e45237609ee020be8
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Nov 13 11:30:27 2020 +0100

    labs/sysdev-kernel-cross-compiling: fixup typos in DTB wording
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

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

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 3411acca..91826021 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -92,9 +92,9 @@ We will use TFTP to load the kernel image on the ARM board:
 
 \begin{itemize}
 
-\item On your workstation, copy the \code{zImage} and DTB to the
-\ifdefstring{\labboard}{qemu}{(\code{vexpress-v2p-ca9.dtb})}
-files to the directory exposed by the TFTP server.
+\item On your workstation, copy the \code{zImage} and DTB
+(\ifdefstring{\labboard}{qemu}{\code{vexpress-v2p-ca9.dtb}}{\code{at91-sama5d3_xplained.dtb}})
+to the directory exposed by the TFTP server.
 
 \item On the target (in the U-Boot prompt), load \code{zImage} from
 TFTP into RAM:




More information about the training-materials-updates mailing list