[FE training-materials-updates] sysdev-buildroot: "going further" steps can be done on the board

Alexandre Belloni alexandre.belloni at free-electrons.com
Thu Jul 24 16:49:57 CEST 2014


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

On branch  : sysdev-xplained
Link       : http://git.free-electrons.com/training-materials/commit/?id=29e4a8070318e1843560a7724680a1fe6eaef32e

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

commit 29e4a8070318e1843560a7724680a1fe6eaef32e
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Jul 24 16:49:06 2014 +0200

    sysdev-buildroot: "going further" steps can be done on the board
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

29e4a8070318e1843560a7724680a1fe6eaef32e
 labs/sysdev-buildroot/sysdev-buildroot.tex |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 7846d31..3f19403 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -193,15 +193,14 @@ lab.
   \end{itemize}
 
 \item Add dropbear (SSH server and client) to the list of packages
-  built by Buildroot, add the network emulation in QEMU (see the
-  \code{../thirdparty/run_qemu} script for an example), and log to
-  your target system in QEMU using a ssh client on your development
-  workstation. Hint: you will have to set a non-empty password for the
-  root account on your target for this to work.
+  built by Buildroot and log to your target system using a ssh client
+  on your development workstation. Hint: you will have to set a
+  non-empty password for the root account on your target for this to
+  work.
 
 \item Add a new package in Buildroot for the GNU Gtypist game. Read
   the Buildroot documentation to see how to add a new
   package. Finally, add this package to your target system, compile it
-  and run it in QEMU.
+  and run it.
 
 \end{itemize}



More information about the training-materials-updates mailing list