We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99002 commit fdaba07Copy full SHA for fdaba07
labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -194,9 +194,15 @@ \section{Root filesystem with BusyBox}
194
\end{bashinput}
195
196
Prior to building Busybox, make sure your \code{CROSS_COMPILE}
197
-environment is set to the correct value.
+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.
200
-Build BusyBox using the toolchain that you used to build the kernel.
201
+Build BusyBox:
202
+
203
+\begin{bashinput}
204
+$ make
205
+\end{bashinput}
206
207
Going back to the BusyBox configuration interface,
208
check the installation directory for BusyBox\footnote{You will find
0 commit comments