Skip to content

Commit

Permalink
Embedded Linux: remove RT lab from QEMU variant
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Nov 30, 2021
1 parent f89cb05 commit fb62c0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions mk/embedded-linux.mk
Expand Up @@ -48,6 +48,7 @@ EMBEDDED_LINUX_SLIDES = \
sysdev-embedded-linux \
sysdev-application-development \
sysdev-realtime \
sysdev-realtime-lab \
sysdev-references \
last-slides

Expand Down
12 changes: 12 additions & 0 deletions slides/sysdev-realtime-lab/sysdev-realtime-lab.tex
@@ -0,0 +1,12 @@
\setuplabframe
{Real-time - Scheduling latency}
{
\begin{itemize}
\item Check clock accuracy.
\item Start processes with real-time priority.
\item Build a real-time application against the standard POSIX
real-time API, and against Xenomai’s POSIX skin
\item Compare scheduling latency on your system, between a standard
kernel, a kernel with PREEMPT\_RT and a kernel with Xenomai.
\end{itemize}
}
14 changes: 0 additions & 14 deletions slides/sysdev-realtime/sysdev-realtime.tex
Expand Up @@ -1347,17 +1347,3 @@ \subsection{Developing applications on Xenomai}
They also organize a yearly Real Time Linux Workshop.
\end{itemize}
\end{frame}

\setuplabframe
{Real-time - Scheduling latency}
{
\begin{itemize}
\item Check clock accuracy.
\item Start processes with real-time priority.
\item Build a real-time application against the standard POSIX
real-time API, and against Xenomai’s POSIX skin
\item Compare scheduling latency on your system, between a standard
kernel, a kernel with PREEMPT\_RT and a kernel with Xenomai.
\end{itemize}
}

0 comments on commit fb62c0e

Please sign in to comment.