From 3b6da5e3924ed4e4e4ce41e29ba04c45e7b304d2 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 14 Apr 2022 10:58:11 +0200 Subject: [PATCH] Boot-time labs: use latest version of Buildroot Good to get the latest version of the compiler Signed-off-by: Michael Opdenacker --- labs/boot-time-build-system/boot-time-build-system.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 ed22283b5..317efa110 100644 --- a/labs/boot-time-build-system/boot-time-build-system.tex +++ b/labs/boot-time-build-system/boot-time-build-system.tex @@ -34,12 +34,12 @@ \section{Choosing a Buildroot release} Go to the /code{~/boot-time-labs/rootfs/buildroot/} directory. -We will use the latest revision of the \code{2021.02} release, which is +We will use the latest revision of the \code{2022.02} release, which is one of Buildroot's long term releases: \begin{verbatim} -git tag | grep 2021.02 -git checkout 2021.02.6 +git tag | grep 2022.02 +git checkout 2022.02.1 \end{verbatim} \section{Configuring Buildroot} @@ -85,7 +85,7 @@ \section{Configuring Buildroot} \item \code{Toolchain} menu \begin{itemize} - \item \code{GCC compiler Version}: select \code{gcc 10.x}. This allows + \item \code{GCC compiler Version}: select \code{gcc 11.x}. This allows to have the latest version of the compiler (at the time of this writing), and the best available optimizations. \item Keep all the other settings unmodified. We will get