[FE training-materials-updates] Flash slides: simplify jffs2 image mounting

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu May 21 19:13:11 CEST 2015


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

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

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

commit 3cdf5ba55cf666b357ad2a4a594e3393d28d6bea
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu May 21 19:12:24 2015 +0200

    Flash slides: simplify jffs2 image mounting
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

3cdf5ba55cf666b357ad2a4a594e3393d28d6bea
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index f676a4c..31a3e4b 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -256,10 +256,8 @@ Creating 5 MTD partitions on "omap2-nand.0":
   \item Emulate an MTD device from a block device,\\
     using the \code{block2mtd} kernel module\\
     \code{modprobe block2mtd block2mtd=/dev/loop0,262144}
-  \item Load the mtdblock driver if needed\\
-    \code{modprobe mtdblock}
-  \item Finally, mount the filesystem (create \code{/mnt/jffs2} if needed)\\
-    \code{mount -t jffs2 /dev/mtdblock0 /mnt/jffs2}
+  \item Finally, mount the filesystem\\
+    \code{mount -t jffs2 /dev/mtdblock0 /mnt/}
   \end{itemize}
 \end{frame}
 



More information about the training-materials-updates mailing list