[FE training-materials-updates] u-boot lab update

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Oct 15 14:43:35 CEST 2013


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

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

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

commit 98e5b403fde3ef4cf1e28f151497730bc09ff469
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Oct 15 14:41:28 2013 +0200

    u-boot lab update
    
    - Bumping to version 2013.10-rc4
      (will use 2013.10 in the next session)
      Good to update to a recent version!
    
    - Updated messages
    
    - No more confirmation that we're booting from MMC, except
      the U-boot compile date, of course.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

98e5b403fde3ef4cf1e28f151497730bc09ff469
 labs/sysdev-u-boot/sysdev-u-boot.tex |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index f0c4eb4..1b48d4d 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -121,7 +121,7 @@ Your MMC/SD card is ready to use.
 Download U-Boot from the mainline igep download site:
 
 \begin{verbatim}
-wget ftp://ftp.denx.de/pub/u-boot/u-boot-2013.04.tar.bz2
+wget ftp://ftp.denx.de/pub/u-boot/u-boot-2013.10-rc4.tar.bz2
 tar xvf u-boot-2013.04.tar.bz2
 cd u-boot-2013.04
 \end{verbatim}
@@ -194,15 +194,14 @@ that it boots your new bootloaders. You can verify this by checking
 the build dates:
 
 \begin{verbatim}
-U-Boot SPL 2013.04 (May 29 2013 - 10:30:21)
-OMAP SD/MMC: 0
+U-Boot SPL 2013.10-rc4 (Oct 15 2013 - 14:12:51)
 reading u-boot.img
 reading u-boot.img
 
 
-U-Boot 2013.04 (May 29 2013 - 10:30:21)
+U-Boot 2013.10-rc4 (Oct 15 2013 - 14:12:51)
 
-OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
+OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 Ghz
 IGEPv2 + LPDDR/NAND
 I2C:   ready
 DRAM:  512 MiB
@@ -213,15 +212,11 @@ MMC:   OMAP SD/MMC: 0
 In:    serial
 Out:   serial
 Err:   serial
-Die ID #255000029ff800000168580212029011
+Die ID #415c00029ff80000015913d80702502a
 Net:   smc911x-0
+Hit any key to stop autoboot:  0 
 \end{verbatim}
 
-By the message {\em OMAP SD/MMC: 0
-reading u-boot.img} you also get the
-confirmation that your U-Boot has correctly been loaded from the MMC
-device.
-
 Interrupt the countdown to enter the U-Boot shell:
 \begin{verbatim}
 U-Boot #
@@ -355,7 +350,7 @@ Select the new {\em wired network connection}:
 \includegraphics[width=8cm]{labs/sysdev-u-boot/network-config-2.png}
 \end{center}
 
-In the \code{IPv4 Settings} tab, press code \code{Add} button
+In the \code{IPv4 Settings} tab, press the \code{Add} button
 and make the interface use a static IP
 address, like \code{192.168.0.1} (of course, make sure that this
 address belongs to a separate network segment from the one of the main



More information about the training-materials-updates mailing list