[FE training-materials-updates] kernel module environment: update working dir

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Sep 19 15:01:43 CEST 2013


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

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=d19089ea43cb1cd1c57f538fdb274f716aa2510c

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

commit d19089ea43cb1cd1c57f538fdb274f716aa2510c
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Sep 19 15:00:16 2013 +0200

    kernel module environment: update working dir
    
    ... and first note updates too.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

d19089ea43cb1cd1c57f538fdb274f716aa2510c
 .../kernel-module-environment.tex                  |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/labs/kernel-module-environment/kernel-module-environment.tex b/labs/kernel-module-environment/kernel-module-environment.tex
index 94977fa..9500f33 100644
--- a/labs/kernel-module-environment/kernel-module-environment.tex
+++ b/labs/kernel-module-environment/kernel-module-environment.tex
@@ -1,5 +1,6 @@
-\subchapter{Module development environment}{Objective: Setup an NFS
-  based kernel module development environment}
+\subchapter{Kernel compiling and booting}{Objective: compile and boot
+a kernel for your board, booting on a directory on your workstation
+shared by NFS.}
 
 After this lab, you will be able to:
 \begin{itemize}
@@ -37,9 +38,10 @@ accessed through the network by the target, using NFS.
 
 \section{Setup}
 
-Stay in the \code{$HOME/felabs/linux/modules} directory.
+Stay in the \code{$HOME/felabs/linux/src} directory.
 
-Install packages needed for this lab:
+Install packages needed for configuring, compiling and booting
+a kernel for your board:
 
 \begin{verbatim}
 sudo apt-get install libqt4-dev g++ u-boot-tools



More information about the training-materials-updates mailing list