Skip to content

Commit

Permalink
Boot time labs: fix bootloader instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed May 23, 2019
1 parent ae14eaa commit db78e77
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -89,12 +89,15 @@ \section{Booting your new bootloader}
\end{verbatim}

You should see the \code{MLO} file in the list of files. Let's remove it
by issuing the below command:
by issuing the below command (erasing the first 1MiB on the eMMC):

\begin{verbatim}
fatwrite mmc 1 81000000 100000
mmc dev 1
mmc erase 0 100000
\end{verbatim}

You can now see that \code{fatls mmc 1} no longer sees any file.

If your board doesn't boot at all, please fix it first using our instructions
on
\url{https://raw.githubusercontent.com/bootlin/training-materials/master/lab-data/common/bootloader/beaglebone-black/README.txt}.
Expand Down

0 comments on commit db78e77

Please sign in to comment.