[bootlin/training-materials updates] master: Embedeed Linux: fix ubifsmount command (de11c407)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Apr 11 19:53:46 CEST 2022


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

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

commit de11c4074ad0f3cffe158a6c1225360245030e0b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Apr 11 19:53:46 2022 +0200

    Embedeed Linux: fix ubifsmount command
    
    Not very consistent with the other commands, but
    even after running "ubi part UBI",
    
    "ubifsmount rootfs" doesn't work
    but "ubifs ubi0:rootfs" does work.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

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

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 94e698ea..9ab87b00 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -764,9 +764,9 @@ Device 0 bad blocks:
   \frametitle{U-Boot: UBI tools (3)}
   U-Boot also has commands to access UBIFS partitions:
     \begin{itemize}
-    \item \code{ubifsmount <volume-name>}\\
+    \item \code{ubifsmount ubi<n>:<volume-name>}\\
 	Mount the specified volume. Example:\\
-        \code{ubifsmount root}
+        \code{ubifsmount ubi0:root}
     \item \code{ubifsload <addr> <filename> [bytes]}\\
 	Load file contents at the specified address. Example:\\
 	\code{ubifsload 0x21000000 boot/zImage}




More information about the training-materials-updates mailing list