[FE training-materials-updates] sysdev: kernel: fix typos

Alexandre Belloni alexandre.belloni at free-electrons.com
Tue Aug 12 16:15:06 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=d4ab5da21c26bb17ee7a8ecf9772b5c09027c38e

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

commit d4ab5da21c26bb17ee7a8ecf9772b5c09027c38e
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Tue Aug 12 16:02:01 2014 +0200

    sysdev: kernel: fix typos
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

d4ab5da21c26bb17ee7a8ecf9772b5c09027c38e
 .../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 5a8f006..c42aa79 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -34,7 +34,7 @@ toolchain. We will use the cross-compiling toolchain that we
 previously produced, so we just need to make it available in the PATH:
 
 \begin{verbatim}
-export PATH=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin:$PATH
+export PATH=/usr/local/xtools/arm-unknown-linux-uclibcgnueabihf/bin:$PATH
 \end{verbatim}
 
 Also, don't forget to either:
@@ -109,10 +109,10 @@ We will use TFTP to load the kernel image to the Xplained board:
   directory exposed by the TFTP server.
 
 \item On the target, load \code{zImage} from TFTP into RAM at address
-  0x22000000:\\
+  0x21000000:\\
   \code{tftp 0x21000000 zImage}
 
-\item Now, also load the DTB file into RAM at address 0x81000000:\\
+\item Now, also load the DTB file into RAM at address 0x22000000:\\
   \code{tftp 0x22000000 at91-sama5d3_xplained.dtb}
 
 \item Boot the kernel with its device tree:\\



More information about the training-materials-updates mailing list