Skip to content

Commit

Permalink
Boot time: remove extra "\" in dd commands
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent 852da7f commit 9665fd3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -386,9 +386,9 @@ \subsection{U-Boot Falcon Mode}
\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}
Expand Down

0 comments on commit 9665fd3

Please sign in to comment.