[FE training-materials-updates] Fix block filesystems lab instructions

Boris Brezillon boris.brezillon at free-electrons.com
Tue Sep 8 11:10:42 CEST 2015


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

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

commit 533f5cc6cbe51e1c064dd67605923b0cad7cae11
Author: Boris Brezillon <boris.brezillon at free-electrons.com>
Date:   Tue Sep 8 11:10:42 2015 +0200

    Fix block filesystems lab instructions
    
    We ask participants to load their kernel and DTB from the MMC instead of
    loading them through the network, which is false since we asked them to load
    those files from the NAND one of the previous labs.
    
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>


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

533f5cc6cbe51e1c064dd67605923b0cad7cae11
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 0163b33..f6eb600 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -198,7 +198,7 @@ Check that your system still works. Congratulations if it does!
 Finally, copy the \code{zImage} kernel image and DTB to the first
 partition of the MMC card and adjust the \code{bootcmd} of U-Boot so
 that it loads the kernel and DTB from the MMC card instead of loading
-them through the network.
+them from the NAND.
 
 You'll first need to format the first partition, using:
 \begin{verbatim}




More information about the training-materials-updates mailing list