[FE training-materials-updates] Revert "sysdev: fix PMECC error when writing to a JFFS2 FS"

Boris Brezillon boris.brezillon at free-electrons.com
Mon Sep 1 17:22:32 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=0cb47cb68c6f4c6e04a866c7064e921b94a04707

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

commit 0cb47cb68c6f4c6e04a866c7064e921b94a04707
Author: Boris BREZILLON <boris.brezillon at free-electrons.com>
Date:   Mon Sep 1 17:18:43 2014 +0200

    Revert "sysdev: fix PMECC error when writing to a JFFS2 FS"
    
    This reverts commit d3b5c8a7d97fcec84fb80742c6684452e832dcd4.
    
    This fix is no longer needed since a patch fixing the atmel NAND driver
    in u-boot has been found. The u-boot fix allows one to properly flash
    a JFFS2 image with nand write.jffs2.


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

0cb47cb68c6f4c6e04a866c7064e921b94a04707
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 2706956..e727396 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -45,8 +45,7 @@ in the next section.
 Find the erase block size of the NAND flash device in your board.
 
 Prepare a JFFS2 filesystem image from the \code{/www/upload/files}
-directory from the previous lab. Take care to disable padding option
-(-p X) to prevent data corruption on the last written NAND block.
+directory from the previous lab.
 
 Modify the \code{/etc/init.d/rcS} file to mount a JFFS2 filesystem on
 the eighth flash partition (we will declare flash partitions in the



More information about the training-materials-updates mailing list