[FE training-materials-updates] sysdev-u-boot: Download the U-Boot tarball instead of using git

Gregory Clement gregory.clement at free-electrons.com
Wed Aug 27 14:08:15 CEST 2014


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

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

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

commit 5665b24f5357a6371d46259b2973e8ea8ef7846e
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Wed Aug 27 14:05:33 2014 +0200

    sysdev-u-boot: Download the U-Boot tarball instead of using git
    
    Don't tell anymore that we are going to use the latest release of
    U-Boot as it won't be always true in the future.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

5665b24f5357a6371d46259b2973e8ea8ef7846e
 labs/sysdev-u-boot/sysdev-u-boot.tex | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 6265520..6576f95 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -166,16 +166,15 @@ the next section.
 
 \section{U-Boot setup}
 
-Download U-Boot using git:
+Download U-Boot:
 
 \begin{verbatim}
-git clone http://git.denx.de/u-boot.git
-cd u-boot
+wget ftp://ftp.denx.de/pub/u-boot/u-boot-2014.07.tar.bz2
 \end{verbatim}
 
-We're going to use the latest released version: \code{2014.07}.
-
-Switch to this version using \code{git checkout v2014.07}.
+We're going to use a specific U-Boot version, \code{2014.07}, which we
+have tested to work on the Atmel Xplained board. More recent versions
+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



More information about the training-materials-updates mailing list