[bootlin/training-materials updates] master: Realtime labs and slides: use more recent RT_PREEMPT and kernel version (3bdd11fd)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun May 3 15:50:10 CEST 2020


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

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

commit 3bdd11fd11d8d9fefff9e7ddebb2454ef8d1fcb0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 3 15:50:10 2020 +0200

    Realtime labs and slides: use more recent RT_PREEMPT and kernel version
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3bdd11fd11d8d9fefff9e7ddebb2454ef8d1fcb0
 labs/sysdev-real-time/sysdev-real-time.tex | 10 +++++-----
 slides/sysdev-realtime/sysdev-realtime.tex |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/labs/sysdev-real-time/sysdev-real-time.tex b/labs/sysdev-real-time/sysdev-real-time.tex
index 827886d9..458dd6f5 100644
--- a/labs/sysdev-real-time/sysdev-real-time.tex
+++ b/labs/sysdev-real-time/sysdev-real-time.tex
@@ -67,7 +67,7 @@ menuconfig} to find parameters by their name:
 	 \item Make sure that \code{POSIX skin library} and
 	       \code{Native skin library}\footnote{Needed by
 	       the Xenomai testsuite.} are enabled.
-  	 \end{itemize}
+	 \end{itemize}
    \end{itemize}
 \end{itemize}
 
@@ -94,20 +94,20 @@ cp data/* nfsroot/root
 
 \section{Downloading sources and patches}
 
-We will use a kernel version that is supported by the PREEMPT\_RT
+We will use a recent kernel version that is supported by the PREEMPT\_RT
 patchset.
 
 So, go to
-\url{https://kernel.org/pub/linux/kernel/projects/rt/4.13/},
+\url{https://kernel.org/pub/linux/kernel/projects/rt/5.6/},
 download the latest patch available in a single file.
 
 Then go to \url{http://kernel.org} and download the exact version
 corresponding to the patch you downloaded. At the time of this writing,
-this version was 4.13.10.
+this version was 5.6.4.
 
 \section{Compile a standard Linux kernel}
 
-Extract the sources of your 4.13.x kernel but don't apply the
+Extract the sources of your 5.6.x kernel but don't apply the
 PREEMPT\_RT patches yet.
 
 Configure your kernel for your Xplained board, and then make sure
diff --git a/slides/sysdev-realtime/sysdev-realtime.tex b/slides/sysdev-realtime/sysdev-realtime.tex
index 7a2cd8ed..c75fc451 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -500,7 +500,7 @@
       some adaptations
     \end{itemize}
   \item Not all releases of the Linux kernel are supported.
-      Most recent: 4.14, 4.16, 4.18, 4.19, 5.0, 5.2
+      Most recent: 4.14, 4.16, 4.18, 4.19, 5.0, 5.2, 5.4, 5.6
   \item Quick set up:
     \begin{itemize}
     \item Download the latest PREEMPT\_RT patch\\




More information about the training-materials-updates mailing list