[bootlin/training-materials updates] master: BusyBox ubi utilities updates (86bae569)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Sep 11 15:29:45 CEST 2020


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

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

commit 86bae569392b378819ff0e056f818bdda87db7f2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Sep 9 23:55:51 2020 +0200

    BusyBox ubi utilities updates
    
    - ubirmvol now has "-N" support
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

86bae569392b378819ff0e056f818bdda87db7f2
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index fb16b889..cfa88466 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -810,14 +810,13 @@ vol_flags=autoresize
 
 \begin{frame}
   \frametitle{Linux tools: BusyBox UBI limitations}
-  Beware that the implementation of UBI commands in BusyBox is still
-  incomplete. For example:
+  Beware that some implementations of UBI commands in BusyBox are still
+  incomplete. In particular:
   \begin{itemize}
+    \item \code{ubiformat} is not implemented yet
     \item \code{ubirsvol} doesn't support \code{-N <name>}. You have
       to use specify the volume to resize by its id (\code{-n num}):\\
       \code{ubirsvol /dev/ubi0 -n 4 -s 64 MiB}
-    \item Same constraint for \code{ubirmvol}:\\
-      \code{ubirmvol /dev/ubi0 -n 4}
     \end{itemize}
 \end{frame} 
 




More information about the training-materials-updates mailing list