[FE training-materials-updates] Flash slides: fix more typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Nov 5 09:28:05 CET 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=359ffdb35b163dd2ab465102813027ade254496f

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

commit 359ffdb35b163dd2ab465102813027ade254496f
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Nov 5 09:28:05 2015 +0100

    Flash slides: fix more typos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

359ffdb35b163dd2ab465102813027ade254496f
 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 87ff7d8..d90a0e3 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -769,14 +769,14 @@ vol_flags=autoresize
      \code{setenv mtdparts ...}\\
   \item Define the base Linux kernel bootargs, specifying booting
      on UBIFS, the UBI volume used as root filesystem, and the MTD
-     partition attached to UBI:\\
+     partition attached to UBI. Example:\\
      \code{setenv base_bootargs console=ttyS0 rootfstype=ubifs
 root=ubi0:rootfs ubi.mtd=2 ...}
   \item Define the boot command sequence, loading the U-Boot partition
      definitions, loading kernel and DTB images from UBI partitions,
      and adding \code{mtdparts} to the kernel command
      line. Example:\\
-     \code{setenv bootargs 'mtdparts; ubi part UBI; ubi readvol
+     \code{setenv bootcmd 'mtdparts; ubi part UBI; ubi readvol
 0x81000000 kernel; ubi readvol 0x82000000 dtb; setenv bootargs
 ${bootargs_base} ${mtdparts}; bootz 0x81000000 - 0x82000000'}
   \end{itemize}




More information about the training-materials-updates mailing list