[FE training-materials-updates] Update at91bootstrap / U-Boot log

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 28 08:24:37 CET 2015


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

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

commit 5aa73df8f5eda6eb6c8626c3b6a97d277ff44577
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 28 08:24:37 2015 +0100

    Update at91bootstrap / U-Boot log
    
    - To remove the dates in French
    
    Plus minor improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

5aa73df8f5eda6eb6c8626c3b6a97d277ff44577
 labs/sysdev-u-boot/sysdev-u-boot.tex | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 88ff66b..e7c2b88 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -189,7 +189,7 @@ You need to:
   \code{Send Boot File}
 \end{itemize}
 
-AT91Bootstrap should be flashed now, keep sam-ba opened, and move to
+AT91Bootstrap should be flashed now, keep \code{sam-ba} open, and move to
 the next section.
 
 \section{U-Boot setup}
@@ -231,11 +231,11 @@ Basically, you need to:
 
 \end{itemize}
 
-Now, in sam-ba, in the \code{Send File Name} field, set the path to
+Now, in \code{sam-ba}, in the \code{Send File Name} field, set the path to
 the \code{u-boot.bin} that was just compiled, and set the address to
 \code{0x40000}. Click on the \code{Send File} button.
 
-You can now exit sam-ba.
+You can now exit \code{sam-ba}.
 
 \section{Testing U-Boot}
 
@@ -243,7 +243,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 (lundi 2 février 2015, 10:57:24 (UTC+0100))
+AT91Bootstrap 3.7.1 (Wed Oct 28 06:48:23 CET 2015)
 
 NAND: ONFI flash detected
 NAND: Manufacturer ID: 0x2c Chip ID: 0x32
@@ -253,7 +253,7 @@ NAND: Image: Copy 0x80000 bytes from 0x40000 to 0x26f00000
 NAND: Done to load image
 
 
-U-Boot 2015.04 (Feb 03 2015 - 09:31:13)
+U-Boot 2015.04 (Oct 28 2015 - 07:11:52)
 
 CPU: SAMA5D36
 Crystal frequency:       12 MHz
@@ -268,9 +268,11 @@ In:    serial
 Out:   serial
 Err:   serial
 Net:   gmac0
-Warning: failed to set MAC address
+Error: gmac0 address not set.
 , macb0
-Warning: failed to set MAC address
+Error: macb0 address not set.
+
+Hit any key to stop autoboot:  0
 \end{verbatim}
 
 Interrupt the countdown to enter the U-Boot shell:




More information about the training-materials-updates mailing list