[bootlin/training-materials updates] master: Block filesystem: remove duplicate sentence (f17d40ed)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Oct 16 18:57:02 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/f17d40eddfe262f4702999decff0f19f000c4b4e

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

commit f17d40eddfe262f4702999decff0f19f000c4b4e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Oct 16 18:57:02 2019 +0200

    Block filesystem: remove duplicate sentence
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f17d40eddfe262f4702999decff0f19f000c4b4e
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 632cc5e3..248ef3bf 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -197,11 +197,10 @@ sudo mkfs.vfat -F 16 -n boot /dev/mmcblk0p1
 \end{verbatim}
 
 It will create a new FAT16 partition, called \code{boot}. Remove and
-plug the SD card. You can now copy the kernel image and Device Tree
-to it.
+plug the SD card back in. You can now copy the kernel image and
+Device Tree to it.
 
-You can now copy the \code{zImage} kernel image and DTB to the first
-partition of the SD card and adjust the \code{bootcmd} of U-Boot so
+You now need to adjust the \code{bootcmd} of U-Boot so
 that it loads the kernel and DTB from the SD card instead of loading
 them from the NAND.
 
@@ -221,7 +220,6 @@ system memory at the address \code{0x21000000}.
 At this point our board still uses the bootloaders
 (\code{at91bootstrap} and \code{U-Boot}) stored in the NAND flash.
 Let's try to have everything on our SD card.
-
 The ROM code can load the first stage bootloader from an MMC or SD
 card, from a file named \code{boot.bin} located in the first FAT
 partition. U-Boot will be stored as \code{u-boot.bin}.




More information about the training-materials-updates mailing list