[FE training-materials-updates] Correct the instruction to erase the whole NAND

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Jan 23 15:45:15 CET 2013


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

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

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

commit 999d4272adaad0ee9be9776bf0d7fbf8727d75d6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Jan 23 11:39:26 2013 +0100

    Correct the instruction to erase the whole NAND
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

999d4272adaad0ee9be9776bf0d7fbf8727d75d6
 labs/sysdev-u-boot/sysdev-u-boot.tex |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 84f161e..98ecf98 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -287,12 +287,9 @@ existing contents. This way, we are sure that what we find in NAND comes
 from our own manipulations:
 
 \begin{verbatim}
-nand erase 0
+nand erase.chip
 \end{verbatim}
 
-This command starts erasing at offset \code{0}, and since it's not given
-any length parameters, it does this until the end.
- 
 We are going to reflash X-Loader in NAND. To do so, type the following commands:
 
 \begin{verbatim}



More information about the training-materials-updates mailing list