[FE training-materials-updates] Sysdev: U-boot: Add more information to choose the accurate config

Gregory Clement gregory.clement at free-electrons.com
Thu May 30 23:08:26 CEST 2013


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

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

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

commit c7375697a1c63bf0731072dd53cbb6bee0434580
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Thu May 30 23:04:42 2013 +0200

    Sysdev: U-boot: Add more information to choose the accurate config
    
    As it was not obvious that igep_0020 is for OneNAND and igep_0020_nand
    is for NAND, added more hint in the instructions.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

c7375697a1c63bf0731072dd53cbb6bee0434580
 labs/sysdev-u-boot/sysdev-u-boot.tex |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index f3e3fd2..255763e 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -123,10 +123,12 @@ Basically, you need to:
 \item set the \code{CROSS_COMPILE} environment variable;
 
 \item run \code{make <NAME>_config}, where \code{<NAME>} is the name
-  of your board as declared in the \code{boards.cfg} file. 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;
+  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;
 
 \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