[bootlin/training-materials updates] master: Boot time labs: fix order of Buildroot configuration menus (0dee0b62)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 26 08:56:56 CEST 2021


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

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

commit 0dee0b628b7f0033bc45204dece71ea2a75e43a9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 26 08:56:56 2021 +0200

    Boot time labs: fix order of Buildroot configuration menus
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0dee0b628b7f0033bc45204dece71ea2a75e43a9
 labs/boot-time-build-system/boot-time-build-system.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/labs/boot-time-build-system/boot-time-build-system.tex b/labs/boot-time-build-system/boot-time-build-system.tex
index 8bc3f478..ed22283b 100644
--- a/labs/boot-time-build-system/boot-time-build-system.tex
+++ b/labs/boot-time-build-system/boot-time-build-system.tex
@@ -83,15 +83,6 @@ make menuconfig
   \item Enable \code{Enable compiler cache}
   \end{itemize}
 
-\item \code{System configuration} menu
-  \begin{itemize}
-  \item Unselect \code{remount root filesystem read-write during boot}.
-    This way, we will keep the root filesystem in read-only mode. When
-    we make tests and reboot the system multiple times, this avoids
-    filesystem recovery with approximately takes 4 seconds and adds
-    jitter to our measurements.
-  \end{itemize}
-
 \item \code{Toolchain} menu
   \begin{itemize}
   \item \code{GCC compiler Version}: select \code{gcc 10.x}. This allows
@@ -101,6 +92,15 @@ make menuconfig
 	a toolchain with the {\em uClibc} library this way.
   \end{itemize}
 
+\item \code{System configuration} menu
+  \begin{itemize}
+  \item Unselect \code{remount root filesystem read-write during boot}.
+    This way, we will keep the root filesystem in read-only mode. When
+    we make tests and reboot the system multiple times, this avoids
+    filesystem recovery with approximately takes 4 seconds and adds
+    jitter to our measurements.
+  \end{itemize}
+
 \item \code{Target packages} menu
   \begin{itemize}
   \item In \code{Audio and video applications}, select \code{ffmpeg} and




More information about the training-materials-updates mailing list