[FE training-materials-updates] Flash lab: minor improvements

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 28 10:10:11 CET 2015


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

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

commit cfb3e2554633ca465aa4fd364ab8994de76787cc
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 28 10:10:11 2015 +0100

    Flash lab: minor improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

cfb3e2554633ca465aa4fd364ab8994de76787cc
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index db19bdb..a1ed239 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -17,7 +17,7 @@ UBI images.
 Instead of using an external MMC card as in the previous lab, we will
 make our system use its internal flash storage.
 
-Create an MTD partition to be attached to the UBI layer (the partitions
+We will create an MTD partition to be attached to the UBI layer (the partitions
 previously used to store the kernel image and the DTB should be merged
 with this UBI partition).
 
@@ -54,12 +54,12 @@ Prepare a UBIFS filesystem image containing the files stored in the
 \code{/www/upload/files} directory.
 
 Modify the \code{/etc/init.d/rcS} file to mount the \code{data} volume
-on /var/www/files.
+on \code{/var/www/files}.
 Once done, create a UBIFS image of your root filesystem.
 
 \section{UBI image preparation}
 
-Create a ubinize config file where you will define the 4 volumes
+Create a \code{ubinize} config file where you will define the 4 volumes
 described above, then use the \code{ubinize} tool to generate your
 UBI image.
 




More information about the training-materials-updates mailing list