summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/yocto-u-boot-integration.tex
blob: 5617839eb8a6711c94f9970e4239d37abea02e98 (plain)
1
2
3
4
5
6
7
8
9
10
\begin{frame}[fragile]
\frametitle{using a specific bootloader}
add
\begin{verbatim}
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
PREFERRED_PROVIDER_virtual/u-boot = "u-boot"
\end{verbatim}
to meta-mybsp/machine/beaglebone-black.conf
\end{frame}