[bootlin/training-materials updates] master: Embedded Linux labs: add link related to nand write.trimffs (9caece44)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:38 CEST 2021


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

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

commit 9caece44b10b6bfdd9de952a9518b91f920353a9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue May 18 11:39:37 2021 +0200

    Embedded Linux labs: add link related to nand write.trimffs
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9caece44b10b6bfdd9de952a9518b91f920353a9
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 659c3af7..ed641804 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -188,7 +188,9 @@ command \code{nand write}\footnote{The command \code{nand write.trimffs} skips
   only checks the page, and if it is blank it doesn't erase it, but as
   the OOB is not blank it leads to ECC errors. More generally it is
   not recommended writing more than one time on a page and its OOB
-  even if the page is blank.}.
+  even if the page is blank. See also
+  \url{http://www.linux-mtd.infradead.org/doc/ubi.html\#L_flasher_algo} for
+  further details}.
 
 With the \code{ubi part UBI} command, make sure that U-Boot could process
 the UBI image that you've just flashed.




More information about the training-materials-updates mailing list