[bootlin/training-materials updates] master: sysdev: slides: flash-filesystems: remove Linux UBI/UBIFS tools (e78df408)

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/e78df408cdeee57c279b765422d895af6702fd71

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

commit e78df408cdeee57c279b765422d895af6702fd71
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 3 18:58:13 2023 +0100

    sysdev: slides: flash-filesystems: remove Linux UBI/UBIFS tools
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

e78df408cdeee57c279b765422d895af6702fd71
 .../sysdev-flash-filesystems.tex                        | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index ade9b79c..691abef8 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -262,23 +262,6 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro...
   \end{center}
 \end{frame}
 
-\begin{frame}
-  \frametitle{Linux: UBI / UBIFS target tools}
-  \begin{itemize}
-  \item Target tools exist for creating UBI spaces and manipulating volumes:\\
-    see \url{http://www.linux-mtd.infradead.org/doc/ubi.html\#L_usptools}
-  \item Attaching a MTD partition to UBI:\\
-    \code{ubiattach -m <MTD-device-id> /dev/ubi_ctrl}
-  \item Commands to manipulate volumes:\\ \code{ubimkvol},
-    \code{ubirmvol}, \code{ubiupdatevol}, \code{ubirsvol},
-    \code{ubirename}
-  \item Mounting a UBIFS filesystem:\\
-    \code{mount -t ubifs <ubi-device-id>:<volume-name> <mount-point>}
-  \item Example:\\
-    \code{mount -t ubifs ubi0:data /data}
-  \end{itemize}
-\end{frame}
-
 \begin{frame}
   \frametitle{Linux: Block emulation layers}
   \begin{itemize}




More information about the training-materials-updates mailing list