[bootlin/training-materials updates] master: Boot time: remove extra "\" in dd commands (8466f4aa)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 22 10:33:30 CEST 2021


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

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

commit 8466f4aafcbd8bc6e75ee96500540aa4d29fa168
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 22 10:32:14 2021 +0200

    Boot time: remove extra "\" in dd commands
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

8466f4aafcbd8bc6e75ee96500540aa4d29fa168
 slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex b/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
index 9071d620..0e5f326b 100644
--- a/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
+++ b/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
@@ -386,9 +386,9 @@ which ones are missing at compile time.
     \begin{itemize}
 	\item Write U-Boot (using the same block size as sector size, to
 	      get the same offsets):\\
-	      \code{sudo dd if=u-boot.img of=/dev/sdc bs=512\ seek=512 conv=sync}
+	      \code{sudo dd if=u-boot.img of=/dev/sdc bs=512 seek=512 conv=sync}
 	\item Write \code{uImage}:\\
-	      \code{sudo dd if=uImage of=/dev/sdc bs=512 \ seek=4096 conv=sync}
+	      \code{sudo dd if=uImage of=/dev/sdc bs=512 seek=4096 conv=sync}
 	\item Reminder: in our case (SAMA5D36), the SPL is copied to
 	      \code{boot.bin} in a FAT partition.
     \end{itemize}




More information about the training-materials-updates mailing list