[FE training-materials-updates] kernel: labs: Fix the path to the nunchuk folder

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 10 18:32:19 CEST 2013


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

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

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

commit 3287208f801def72627e63ebce6b1ea64964cf7f
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Oct 10 18:29:56 2013 +0200

    kernel: labs: Fix the path to the nunchuk folder
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

3287208f801def72627e63ebce6b1ea64964cf7f
 .../kernel-i2c-device-model.tex                    |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index b93c9cd..823ec6e 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -90,9 +90,9 @@ the tftp server home directory.
 It is now time to start writing the first building blocks of the I2C
 driver for our nunchuk.
 
-In a new terminal, go to \code{~/felabs/linux/modules/nfsroot/nunchuk/}.
-This directory contains a Makefile and an almost empty \code{nunchuk.c}
-file.
+In a new terminal, go to
+\code{~/felabs/linux/modules/nfsroot/root/nunchuk/}.  This directory
+contains a Makefile and an almost empty \code{nunchuk.c} file.
 
 Now, you can compile your out-of-tree module by running \code{make}. As
 the current directory is part of the NFS root that the board boots on,



More information about the training-materials-updates mailing list