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>
This commit is contained in:
Scott Rifenbark 2011-09-09 15:08:31 -07:00 committed by Richard Purdie
parent 0bd5bba8ab
commit a7d58b50b3
1 changed files with 4 additions and 3 deletions

View File

@ -404,7 +404,7 @@
<listitem><para>Once QEMU launches you need to determine the IP Address <listitem><para>Once QEMU launches you need to determine the IP Address
for the user-space NFS. for the user-space NFS.
You can do that by going to a terminal in the QEMU and entering the 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> </orderedlist>
</para> </para>
</section> </section>
@ -413,7 +413,7 @@
<title>Deploying and Debugging the Application</title> <title>Deploying and Debugging the Application</title>
<para> <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. to perform debugging.
Follow these steps to deploy the application. Follow these steps to deploy the application.
<orderedlist> <orderedlist>
@ -423,10 +423,11 @@
tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem>
<listitem><para>Enter the absolute path into which you want to deploy <listitem><para>Enter the absolute path into which you want to deploy
the application. 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> 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 <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger
you are using.</para></listitem> 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 <listitem><para>Create a new connection to the QEMU instance
by clicking on <filename>new</filename>.</para></listitem> by clicking on <filename>new</filename>.</para></listitem>
<listitem><para>Select <filename>TCF</filename>, which means Target Communication <listitem><para>Select <filename>TCF</filename>, which means Target Communication