Skip to content

Commit fdaba07

Browse files
committed
labs/sysdev-tinysystem: further improve Busybox build explanations
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1 parent 2a99002 commit fdaba07

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

labs/sysdev-tinysystem/sysdev-tinysystem.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,15 @@ \section{Root filesystem with BusyBox}
194194
\end{bashinput}
195195
196196
Prior to building Busybox, make sure your \code{CROSS_COMPILE}
197-
environment is set to the correct value.
197+
environment is set to the correct value, pointing to the toolchain we
198+
have previously compiled, and used to build our bootloader and Linux
199+
kernel.
198200
199-
Build BusyBox using the toolchain that you used to build the kernel.
201+
Build BusyBox:
202+
203+
\begin{bashinput}
204+
$ make
205+
\end{bashinput}
200206
201207
Going back to the BusyBox configuration interface,
202208
check the installation directory for BusyBox\footnote{You will find

0 commit comments

Comments
 (0)