[FE training-materials-updates] labs/buildroot-basic: instruct people to reset the U-Boot environment if needed

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 12 15:37:27 CEST 2015


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

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

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

commit 190babd3098f7f646c65e90bd3f9766750396de8
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue May 12 15:37:01 2015 +0200

    labs/buildroot-basic: instruct people to reset the U-Boot environment if needed
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

190babd3098f7f646c65e90bd3f9766750396de8
 labs/buildroot-basic/buildroot-basic.tex | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/labs/buildroot-basic/buildroot-basic.tex b/labs/buildroot-basic/buildroot-basic.tex
index d872d5c..7dc3ce8 100644
--- a/labs/buildroot-basic/buildroot-basic.tex
+++ b/labs/buildroot-basic/buildroot-basic.tex
@@ -385,6 +385,18 @@ same check for the Linux kernel.
 
 Login as \code{root} on the BeagleBone Black, and explore the system.
 
+Note: if your system doesn't boot as expected, make sure to reset the
+U-Boot environment by running the following U-Boot commands:
+
+\begin{verbatim}
+env default -f -a
+saveenv
+\end{verbatim}
+
+and reset. This is needed because the U-Boot loaded from the SD card
+still loads the U-Boot environment from the eMMC. Ask your instructor
+for additional clarifications if needed.
+
 \section{Explore the build log}
 
 Back to your build machine, since we redirected the build output to a



More information about the training-materials-updates mailing list