[FE training-materials-updates] MMC lab updates

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 31 07:16:45 CET 2013


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

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

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

commit 052f4b39f83adcb97905cf054c11c670f15edbc9
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 31 04:11:32 2013 +0100

    MMC lab updates
    
    - Mentioning the use of the DTB
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

052f4b39f83adcb97905cf054c11c670f15edbc9
 .../sysdev-block-filesystems.tex                   |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 8c0828b..88e91af 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -138,9 +138,9 @@ to mount the root filesystem too early without \code{rootwait}.
 
 Check that your system still works. Congratulations if it does!
 
-\section{Store the kernel image on the MMC card}
+\section{Store the kernel image and DTB on the MMC card}
 
-Finally, copy the \code{uImage} kernel image to the first partition of
+Finally, copy the \code{uImage} kernel image and DTB to the first partition of
 the MMC card (the partition called \code{boot}), and adjust the
-\code{bootcmd} of U-Boot so that it loads the kernel from the MMC card
-instead of loading the kernel through the network.
+\code{bootcmd} of U-Boot so that it loads the kernel and DTB from the MMC card
+instead of loading them through the network.



More information about the training-materials-updates mailing list