[FE training-materials-updates] Third party lab: Qemu -> QEMU

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 31 07:16:49 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=28c9dc8b5e01f8ee972b6a3db0ce3acdf368dcbd

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

commit 28c9dc8b5e01f8ee972b6a3db0ce3acdf368dcbd
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 31 04:16:13 2013 +0100

    Third party lab: Qemu -> QEMU
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

28c9dc8b5e01f8ee972b6a3db0ce3acdf368dcbd
 labs/sysdev-thirdparty/sysdev-thirdparty.tex |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 1c3b1da..69962a4 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -6,7 +6,7 @@ To illustrate how to use existing libraries and applications, we will
 extend the small root filesystem built in the {\em A tiny embedded
   system} lab to add the {\em DirectFB} graphic library and sample
 applications using this library. Because many boards do not have a
-display, we will test the result of this lab with {\em Qemu}.
+display, we will test the result of this lab with {\em QEMU}.
 
 We'll see that manually re-using existing libraries is quite tedious,
 so that more automated procedures are necessary to make it
@@ -107,10 +107,10 @@ by adding the following line to \code{/etc/exports}:
 
 And restart your NFS server.
 
-Install the Qemu emulator for non-x86 architectures by installing the
+Install the QEMU emulator for non-x86 architectures by installing the
 \code{qemu-kvm-extras} package.
 
-Then, run Qemu with the provided script:
+Then, run QEMU with the provided script:
 
 \begin{verbatim}
 ./run_qemu
@@ -670,7 +670,7 @@ available. We see that:
 \item Support for PNG, JPEG and FreeType is enabled by default, so
   that's fine;
 \item We should specify a value for \code{--with-gfxdrivers}. The
-  hardware emulated by Qemu doesn't have any accelerated driver in
+  hardware emulated by QEMU doesn't have any accelerated driver in
   DirectFB, so we'll pass \code{--with-gfxdrivers=none};
 \item We should specify a value for \code{--with-inputdrivers}. We'll
   need keyboard (for the keyboard) and linuxinput to support the Linux
@@ -933,7 +933,7 @@ make STRIP=arm-linux-strip \
 
 \section{Final setup}
 
-Start the system in Qemu using the \code{run_qemu} script, and try to
+Start the system in QEMU using the \code{run_qemu} script, and try to
 run the \code{df_andi} program, which is one of the DirectFB examples.
 
 The application will fail to run, because the {\em pthread} library



More information about the training-materials-updates mailing list