[bootlin/training-materials updates] master: Flash slides: minor improvements (5398898c)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Sep 14 07:56:59 CEST 2020


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

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

commit 5398898c5cc377f6cda91bd81864882a5f28c4a1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Sep 14 07:56:59 2020 +0200

    Flash slides: minor improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5398898c5cc377f6cda91bd81864882a5f28c4a1
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index cfa88466..c190ee8d 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -17,7 +17,7 @@
     \item Allow for random data access too
     \item Require special care before writing on the media (erasing
       the region you are about to write on)
-    \item Erase, write and read operation might not use the same block
+    \item Erase, write and read operations might not use the same block
       size
     \item Reliability depends on the flash technology
     \end{itemize}
@@ -40,8 +40,8 @@
     basis
   \item Organization
     \begin{itemize}
-    \item Page: minimum unit for PROGRAM operation
-    \item Block: minimum unit for ERASE operation
+    \item Page: minimum unit for PROGRAM operation. Example size: 4 K.
+    \item Block: minimum unit for ERASE operation. Example size: 128 K.
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list