[bootlin/training-materials updates] master: Flash slides: clarify hexadecimal sizes (48dd43d6)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed May 13 18:09:58 CEST 2020


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

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

commit 48dd43d60e86cbe07a90ff3584cfa55b260cbc70
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed May 13 18:09:58 2020 +0200

    Flash slides: clarify hexadecimal sizes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

48dd43d60e86cbe07a90ff3584cfa55b260cbc70
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 9d62e5fe..f25d7ca8 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -219,7 +219,7 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro,512k(Env),4
     \end{itemize}
   \item Partition sizes must be multiple of the erase block size.
     You can use sizes in hexadecimal too. Remember the below sizes:
-    \code{0x20000} = 128k, \code{0x100000} = 1m, \code{0x1000000} = 16m
+    \code{0x20000} = 128 KiB, \code{0x100000} = 1 MiB, \code{0x1000000} = 16 MiB
   \item \code{ro} lists the partition as read only
   \item \code{-} is used to use all the remaining space.
   \end{itemize}




More information about the training-materials-updates mailing list