[bootlin/training-materials updates] master: Tinysystem lab updates (61cfab9c)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Oct 16 10:08:38 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/61cfab9c360fffdefdfbdff2feecf0004ccea536

>---------------------------------------------------------------

commit 61cfab9c360fffdefdfbdff2feecf0004ccea536
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Oct 16 10:08:38 2019 +0200

    Tinysystem lab updates
    
    - Precise the menu for installation prefix
    - Stop advertising "make gconfig" which has limited value
      vs "make menuconfig". At least "make menuconfig" correctly highlights
      menu sections (such as "Installation Options" in "Settings"),
      which gconfig doesn't.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

61cfab9c360fffdefdfbdff2feecf0004ccea536
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index 8ab71c04..4db6ab49 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -141,12 +141,7 @@ To configure BusyBox, we won't be able to use \code{make xconfig},
 which is currently broken for BusyBox in Ubuntu 18.04,
 because it requires an old version of the Qt library.
 
-We are going to use \code{make gconfig} this time. Before doing this,
-install the required packages:
-
-\begin{verbatim}
-sudo apt install libglade2-dev
-\end{verbatim}
+So, let's use \code{make menuconfig}.
 
 Now, configure BusyBox with the configuration file provided in the
 \code{data/} directory (remember that the Busybox configuration file
@@ -162,7 +157,7 @@ Build BusyBox using the toolchain that you used to build the kernel.
 
 Going back to the BusyBox configuration interface
 specify the installation directory for BusyBox\footnote{You will find
-this setting in \code{Install Options -> BusyBox installation prefix}.}.
+this setting in \code{Settings -> Install Options -> BusyBox installation prefix}.}.
 It should be the path to your \code{nfsroot} directory.
 
 Now run \code{make install} to install BusyBox in this directory.




More information about the training-materials-updates mailing list