[FE training-materials-updates] Minor clarifications

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Tue May 15 11:23:09 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=ec39ad7696a3f9d19a203c0c1d0671ac1c184282

commit ec39ad7696a3f9d19a203c0c1d0671ac1c184282
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue May 15 11:22:55 2012 +0200

    Minor clarifications

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 43a354c..f907d62 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -383,7 +383,7 @@ Creating 5 MTD partitions on "omap2-nand.0":
   \item Images of UBIFS filesystems can be created using the
     \code{mkfs.ubifs} utility
     \begin{itemize}
-    \item \code{mkfs.ubifs -m 4096 -e 256KiB -c 1000 -r /home/tux/rootfs/ ubifs.img}
+    \item \code{mkfs.ubifs -m 4096 -e 256KiB -c 1000 -r rootfs/ ubifs.img}
       \begin{itemize}
       \item \code{-m 4096}, minimal I/O size
       \item \code{-e 256 KiB}, erase block size
@@ -408,7 +408,7 @@ Creating 5 MTD partitions on "omap2-nand.0":
     \item Caution: \code{nand erase} will also erase the Erase
       Counters
     \end{itemize}
-  \item \code{ubinize -o ubi.img -p 256KiB -m 4096 rootubifs.ini}
+  \item \code{ubinize -o ubi.img -p 256KiB -m 4096 ubi.ini}
     \begin{itemize}
     \item Creates \code{ubi.img}, with 256KiB physical erase blocks,
       4096 minimum I/O size (\code{-m}).
@@ -420,7 +420,7 @@ Creating 5 MTD partitions on "omap2-nand.0":
   \frametitle{UBIFS - How to prepare a root fs}
   \begin{itemize}
   \item Create the UBIFS image from the target directory
-  \item Write the configuration file for the UBI device
+  \item Write the configuration file for the UBI device (\code{ubi.ini}):
 \small
 \begin{verbatim}
 [RFS-volume]

-----------------------------------------------------------------------

Summary of changes:
 .../sysdev-flash-filesystems.tex                   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


More information about the training-materials-updates mailing list