Skip to content

Commit

Permalink
Embedded Linux: misc updates
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
Michael Opdenacker committed Mar 10, 2021
1 parent c65448c commit 2562f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions labs/sysdev-u-boot/sysdev-u-boot.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ \section{Downloading Microchip's flashing tool}
Go to the \code{$HOME/__SESSION_NAME__-labs/bootloader} directory.
We're going to use that fallback mode, and its associated tool,
\code{sam-ba}.
\code{sam-ba} ({\em SAM Boot Assistant}).
We first need to download this tool, from Microchip's website\footnote{
In case this website is down, you can also find this
Expand Down Expand Up @@ -126,7 +126,9 @@ \section{Configuring and compiling U-Boot}
git checkout v2020.07
\end{verbatim}

More recent versions may also work, but we have not tested them.
Note that the latest versions of U-Boot (v2021.01 at the time of this
writing) are broken for the SAMA5D3 Xplained board. We're trying
to solve this!

Get an understanding of U-Boot's
configuration and compilation steps by reading the \code{README} file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ \subsection{Obtaining a Toolchain}
or hard float, etc.
\item Possible choices
\begin{itemize}
\item Toolchains packaged by your distribution. For example on Ubuntu:
\item Toolchains packaged by your distribution\\
For example, Ubuntu toolchains (glibc only):\\
\code{sudo apt install gcc-arm-linux-gnueabihf}
\item Bootlin's GNU toolchains (for most architectures):
\url{https://toolchains.bootlin.com}
Expand Down

0 comments on commit 2562f38

Please sign in to comment.