[bootlin/training-materials updates] master: Fix typos (d813d610)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jun 1 10:39:42 CEST 2020


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

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

commit d813d610b7c163f2502d238f9d8c42e42ecf27b6
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jun 1 10:39:42 2020 +0200

    Fix typos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

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

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 62be7e21..aac5ef0f 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -98,7 +98,7 @@ not.
 %Creating UBIFS images:
 %
 %mkfs.ubifs -d <rootfs-directory-path> -o <rootfs-image-path> -e 124KiB -m 2048 -c 133
-%mkfs.ubifs -d <data-directory-path> -o <data-image-path> -e 124KiB -m %2048 -c 133
+%mkfs.ubifs -d <data-directory-path> -o <data-image-path> -e 124KiB -m 2048 -c 133
 %
 
 %
@@ -193,7 +193,7 @@ data using the web server.
 
 %Useful u-boot environment variables
 %setenv mtdids nand0=atmel_nand
-%setenv mtdparts %mtdparts=atmel_nand:256k(bootstrap)ro,768k(u-boot)ro,256k(u-boot-env2)ro,256k(u-boot-env1)ro,-(UBI)
+%setenv mtdparts mtdparts=atmel_nand:256k(bootstrap)ro,768k(u-boot)ro,256k(u-boot-env2)ro,256k(u-boot-env1)ro,-(UBI)
 %setenv bootargs_base console=ttyS0,115200 rootfstype=ubifs root=ubi0:root ip=192.168.0.100:::::eth0 ubi.mtd=4 ro
 %setenv bootcmd 'mtdparts; ubi part UBI; ubi readvol 0x21000000 kernel;
 %ubi readvol 0x22000000 dtb; setenv bootargs ${bootargs_base} ${mtdparts}; bootz 0x21000000 - 0x22000000'




More information about the training-materials-updates mailing list