[FE training-materials-updates] "NAND flashes" -> "NAND flash storage" or "NAND flash chips"

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Oct 27 10:51:51 CET 2015


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

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

commit 78a6a83094adb028ef354f2ec890c7cb0b41e985
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Oct 27 10:51:51 2015 +0100

    "NAND flashes" -> "NAND flash storage" or "NAND flash chips"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

78a6a83094adb028ef354f2ec890c7cb0b41e985
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 319f6e0..7b935f0 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -25,7 +25,7 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{NAND flashes: how they work ?}
+  \frametitle{NAND flash chips: how they work ?}
   \begin{itemize}
   \item Encode bits with Voltage levels
   \item Start with all bits set to 1
@@ -41,18 +41,18 @@
   \end{itemize}
 \end{frame}
 
-\begin{frame}{NAND flashes: organization}
+\begin{frame}{NAND flash storage: organization}
   \begin{center}
     \includegraphics[scale=0.3]{slides/sysdev-flash-filesystems/nand-organization.pdf}
   \end{center}
 \end{frame}
 
 \begin{frame}
-  \frametitle{NAND flashes: constraints}
+  \frametitle{NAND flash storage: constraints}
   \begin{itemize}
   \item Reliability
     \begin{itemize}
-    \item Far less reliable than NOR flashes
+    \item Far less reliable than NOR flash
     \item Reliability depends on the NAND flash technology (SLC, MLC)
     \item Require additional mechanisms to recover from bit flips: ECC
       (Error Corrector Code)
@@ -77,9 +77,9 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{NAND flashes: ECC}
+  \frametitle{NAND flash: ECC}
   \begin{itemize}
-  \item ECC partly address the reliability problem on NAND flashes
+  \item ECC partly address the reliability problem on NAND flash
   \item Operates on blocks (usually 512 or 1024 bytes)
   \item ECC data are stored in the OOB area
   \item Three algorithms:




More information about the training-materials-updates mailing list