summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-09 15:08:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-13 21:48:37 +0100
commita7d58b50b3fb51addfde727a147e0f0abad82136 (patch)
tree5557b6df8e10c006a01451d1d6a41367c5af319c /documentation
parent0bd5bba8ab535574b1bce9e20b52a1cb02f81a2b (diff)
downloadast2050-yocto-poky-a7d58b50b3fb51addfde727a147e0f0abad82136.zip
ast2050-yocto-poky-a7d58b50b3fb51addfde727a147e0f0abad82136.tar.gz
documentation/adt-manual/adt-eclipse.xml: Fixed ifconfig command.
(From yocto-docs rev: 01bae397bd62e01080748970c47dfaa441a405b0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 3275c18..0f0ba7c 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -404,7 +404,7 @@
<listitem><para>Once QEMU launches you need to determine the IP Address
for the user-space NFS.
You can do that by going to a terminal in the QEMU and entering the
- <filename>ipconfig</filename> command.</para></listitem>
+ <filename>ifconfig</filename> command.</para></listitem>
</orderedlist>
</para>
</section>
@@ -413,7 +413,7 @@
<title>Deploying and Debugging the Application</title>
<para>
- Once QEMU is running, you can deploy your application and use the emulator
+ Once the QEMU emulator is running the image, you can deploy your application and use the emulator
to perform debugging.
Follow these steps to deploy the application.
<orderedlist>
@@ -423,10 +423,11 @@
tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem>
<listitem><para>Enter the absolute path into which you want to deploy
the application.
- Use the <filename>Remote Absolute File Path</filename> for <filename>C/C++Application:</filename>.
+ Use the <filename>Remote Absolute File Path for C/C++Application:</filename> field.
For example, enter <filename>/usr/bin/&lt;programname&gt;</filename>.</para></listitem>
<listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger
you are using.</para></listitem>
+ <listitem><para>Click on the <filename>Main</filename> tab.</para></listitem>
<listitem><para>Create a new connection to the QEMU instance
by clicking on <filename>new</filename>.</para></listitem>
<listitem><para>Select <filename>TCF</filename>, which means Target Communication
OpenPOWER on IntegriCloud