[FE training-materials-updates] sysdev-block-filesystems: minor clarifications

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 5 18:00:04 CET 2014


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

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

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

commit 768bebdee297425c336ce98b63549943fbc5d248
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Nov 5 15:23:37 2014 +0100

    sysdev-block-filesystems: minor clarifications
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

768bebdee297425c336ce98b63549943fbc5d248
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 64dc35d..7a9ed14 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -213,14 +213,16 @@ sudo mkfs.vfat -F 16 -n boot /dev/sdb1
 \end{verbatim}
 
 It will create a new FAT16 partition, called \code{boot}. Remove and
-plug the MMC card. You can now copy the image and DTBs to it.
+plug the MMC card. You can now copy the kernel image and Device Tree
+to it.
 
 In U-boot, you can load a file from a FAT filesystem using a command
 like
 
 \begin{verbatim}
-fatload mmc 0:1 0x21000000 dtb
+fatload mmc 0:1 0x21000000 filename
 \end{verbatim}
 
-Which will load the \code{dtb} file, at the address \code{0x21000000},
-from the first partition of the first MMC device.
+Which will load the file named \code{filename} from the first
+partition of the first MMC device to the system memory at the address
+\code{0x21000000},



More information about the training-materials-updates mailing list