[FE training-materials-updates] Misc sysdev lab updates

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Aug 5 11:48:35 CEST 2014


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

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

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

commit a21d6b95cf265d6f387bbd735287bec9425cd1d8
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Aug 5 11:47:27 2014 +0200

    Misc sysdev lab updates
    
    - Replacing the last occurrences of "OMAP" and "IGEPv2" in the master branch
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

a21d6b95cf265d6f387bbd735287bec9425cd1d8
 .../sysdev-kernel-cross-compiling.tex              |    9 +++++----
 1 file changed, 5 insertions(+), 4 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 8af412d..5a8f006 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -1,10 +1,11 @@
-\subchapter{Kernel - Cross-compiling}{Objective: Learn how to cross-compile a kernel for an OMAP target platform.}
+\subchapter{Kernel - Cross-compiling}{Objective: Learn how to
+cross-compile a kernel for an ARM target platform.}
 
 After this lab, you will be able to:
 \begin{itemize}
 \item Set up a cross-compiling environment
 \item Configure the kernel Makefile accordingly
-\item Cross compile the kernel for the IGEPv2 arm board
+\item Cross compile the kernel for the Atmel SAMA5D3 Xplained ARM board
 \item Use U-Boot to download the kernel
 \item Check that the kernel you compiled starts the system
 \end{itemize}
@@ -18,8 +19,8 @@ Install the package \code{libqt4-dev} which is needed for the
 
 \section{Target system}
 
-We are going to cross-compile and boot a Linux kernel for the IGEPv2
-board.
+We are going to cross-compile and boot a Linux kernel for the Atmel
+SAMA5D3 Xplained board.
 
 \section{Kernel sources}
 



More information about the training-materials-updates mailing list