Skip to content

Commit

Permalink
kernel-beagleplay-compiling-and-nfs-booting: font size fix
Browse files Browse the repository at this point in the history
Unnecessary small font otherwise

Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed May 3, 2024
1 parent 447a83d commit 56d7bcc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ \section{Automate the boot process}
you power on or reset your board, you can use U-Boot's \code{bootcmd}
environment variable:
{\scriptsize
{\footnotesize
\begin{verbatim}
setenv bootcmd 'tftp 0x80000000 Image.gz; tftp 0x83000000 k3-am625-beagleplay.dtb; booti 0x80000000 - 0x83000000'
saveenv
Expand All @@ -253,18 +253,14 @@ \section{Save your kernel configuration}
Now that you have a working (and satisfying) kernel configuration, you
can save it under the \code{configs} folder:
{\scriptsize
\begin{verbatim}
make savedefconfig
cp defconfig arch/arm64/configs/beagleplay_defconfig
\end{verbatim}
}
So if you later overwrite the \code{.config} file inadvertently, you can
just get back to a working configuration by running:
{\scriptsize
\begin{verbatim}
make beagleplay_defconfig
\end{verbatim}
}

0 comments on commit 56d7bcc

Please sign in to comment.