[bootlin/training-materials updates] master: sysdev: slides: flash-filesystems: further reduce mkfs.ubifs details (44133b28)

Luca Ceresoli luca.ceresoli at bootlin.com
Sat Feb 4 00:35:05 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/44133b28fe5ca7f2121962d2fb6f77d747fc94f3

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

commit 44133b28fe5ca7f2121962d2fb6f77d747fc94f3
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 3 19:01:09 2023 +0100

    sysdev: slides: flash-filesystems: further reduce mkfs.ubifs details
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

44133b28fe5ca7f2121962d2fb6f77d747fc94f3
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 691abef8..6a1a1b7a 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -245,11 +245,7 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro...
         its predecessor (JFFS2) and addressing its scalability issues
   \item Can be mounted as the root filesystem too
   \item UBIFS filesystem images can be created using \code{mkfs.ubifs}
-        from {\em mtd-utils}:\\
-      \code{mkfs.ubifs -m 4096 -e 258048 -c 1000 -r rootfs/ ubifs.img}
-      \begin{itemize}
-        \item Flash geometry values need to be passed to \code{mkfs.ubifs}
-      \end{itemize}
+        from {\em mtd-utils}
   \item This image can then be flashed on a volume\\
         or included in a UBI image (\code{ubinize} command).
   \end{itemize}




More information about the training-materials-updates mailing list