Skip to content

Commit

Permalink
sysdev/kernel: building: Clearly show the specificity of ARM64 about …
Browse files Browse the repository at this point in the history
…defconfigs

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Nov 10, 2021
1 parent 2e87e8c commit 813fd00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion slides/sysdev-kernel-building/sysdev-kernel-building.tex
Expand Up @@ -146,7 +146,7 @@ \subsection{Kernel configuration}
kernel:\\
\code{cp /boot/config-`uname -r` .config}
\end{itemize}
\item Embedded platform case (at least on ARM 32 bit):
\item Embedded platform case:
\begin{itemize}
\item Default configurations stored in-tree as minimal
configuration files (only listing settings that are different
Expand All @@ -156,6 +156,12 @@ \subsection{Kernel configuration}
\item To load a default configuration file, just run
\code{make foo_defconfig} (will erase your current
\code{.config}!)
\begin{itemize}
\item On ARM 32-bit, there is usually one default
configuration per CPU family
\item On ARM 64-bit, there is only one big default
configuration to customize
\end{itemize}
\end{itemize}
\end{itemize}
Now, you can make configuration changes (\code{make menuconfig}...).
Expand Down

0 comments on commit 813fd00

Please sign in to comment.