[FE training-materials-updates] Sysdev: U-boot: The type of the NAND depends on the board revision

Gregory Clement gregory.clement at free-electrons.com
Fri May 31 10:01:00 CEST 2013


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

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

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

commit 06eb3af058d2cf1365035c6bed50abe0c3f22c57
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Fri May 31 09:59:20 2013 +0200

    Sysdev: U-boot: The type of the NAND depends on the board revision
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

06eb3af058d2cf1365035c6bed50abe0c3f22c57
 labs/sysdev-u-boot/sysdev-u-boot.tex |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 255763e..cf149e0 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -124,11 +124,11 @@ Basically, you need to:
 
 \item run \code{make <NAME>_config}, where \code{<NAME>} is the name
   of your board as declared in the \code{boards.cfg} file. There are
-  two flavors of igep0020 if the NAND flash on your board is an {\em
-    hynix} then you have the \code{igep00200_nand} flavor else you
-  have the \code{igep_0020}. Note that for our platform, the
-  configuration file is \code{include/configs/igep0020.h}. Read this
-  file to get an idea of how a U-Boot configuration file is written;
+  two flavors of igep0020: since the rc6 they use a NAND
+  (\code{igep_0020_nand}) and before this revision they use a OneNAND
+  (\code{igep00200}). Note that for our platform, the configuration
+  file is \code{include/configs/igep0020.h}. Read this file to get an
+  idea of how a U-Boot configuration file is written;
 
 \item Finally, run \code{make}\footnote{You can speed up the compiling
   by using the \code{-jX} option with \code{make}, where X is the number of parallel



More information about the training-materials-updates mailing list