[bootlin/training-materials updates] master: Embedded Linux slides: talk about ECC chunks instead of ECC blocks (f61fdabc)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue May 11 09:17:27 CEST 2021


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

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

commit f61fdabcbe6582b4438724185fbbe3dc77c7b715
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue May 11 09:17:27 2021 +0200

    Embedded Linux slides: talk about ECC chunks instead of ECC blocks
    
    - Less confusing wrt erase blocks
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f61fdabcbe6582b4438724185fbbe3dc77c7b715
 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 accf0e3f..0b7cdeb1 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -84,7 +84,7 @@
   \frametitle{NAND flash: ECC}
   \begin{itemize}
   \item ECC partly addresses the reliability problem on NAND flash
-  \item Operates on blocks of usually 512 or 1024 bytes
+  \item Operates on chunks of usually 512 or 1024 bytes
   \item ECC data are stored in the OOB area
   \item Three algorithms:
     \begin{itemize}




More information about the training-materials-updates mailing list