[FE training-materials-updates] sysdev-u-boot: Switch to U-Boot 2015.01

Gregory Clement gregory.clement at free-electrons.com
Tue Feb 3 10:15:46 CET 2015


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

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

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

commit 0a91093eef8a2f799279d502b91936047478f639
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Tue Feb 3 10:12:56 2015 +0100

    sysdev-u-boot: Switch to U-Boot 2015.01
    
    As the patch "mtd: atmel_nand: Disable subpage NAND write when using
    Atmel PMECC" has been merged, no more need to apply it.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

0a91093eef8a2f799279d502b91936047478f639
 labs/sysdev-u-boot/sysdev-u-boot.tex | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index b38bf46..b3d3567 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -189,22 +189,12 @@ the next section.
 Download U-Boot:
 
 \begin{verbatim}
-wget ftp://ftp.denx.de/pub/u-boot/u-boot-2014.07.tar.bz2
+wget ftp://ftp.denx.de/pub/u-boot/u-boot-2015.01.tar.bz2
 \end{verbatim}
 
-We're going to use a specific U-Boot version, \code{2014.07}, which we
+We're going to use a specific U-Boot version, \code{2015.01}, which we
 have tested to work on the Atmel Xplained board. More recent versions
-may also work, but we have not tested them.  Though, this version
-needs a patch to work properly. Apply the patch named
-\code{0001-mtd-atmel_nand-Disable-subpage-NAND-write-when-using.patch},
-by doing:
-
-{\small
-\begin{verbatim}
-cd u-boot-2014.07/
-cat ../data/0001-mtd-atmel_nand-Disable-subpage-NAND-write-when-using.patch | patch -p1
-\end{verbatim}
-}
+may also work, but we have not tested them.
 
 Get an understanding of its configuration and compilation steps by
 reading the \code{README} file, and specifically the {\em Building the
@@ -242,7 +232,7 @@ Reset the board and check that it boots your new bootloaders. You can
 verify this by checking the build dates:
 
 \begin{verbatim}
-AT91Bootstrap 3.7.1 (mercredi 3 décembre 2014, 11:08:41 (UTC+0100))
+AT91Bootstrap 3.7.1 (lundi 2 février 2015, 10:57:24 (UTC+0100))
 
 NAND: ONFI flash detected
 NAND: Manufacturer ID: 0x2c Chip ID: 0x32
@@ -252,7 +242,7 @@ NAND: Image: Copy 0x80000 bytes from 0x40000 to 0x26f00000
 NAND: Done to load image
 
 
-U-Boot 2014.07 (Dec 03 2014 - 09:47:25)
+U-Boot 2015.01 (Feb 03 2015 - 09:31:13)
 
 CPU: SAMA5D36
 Crystal frequency:       12 MHz



More information about the training-materials-updates mailing list