diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-09 15:08:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-13 21:48:37 +0100 |
commit | a7d58b50b3fb51addfde727a147e0f0abad82136 (patch) | |
tree | 5557b6df8e10c006a01451d1d6a41367c5af319c /documentation/adt-manual/adt-eclipse.xml | |
parent | 0bd5bba8ab535574b1bce9e20b52a1cb02f81a2b (diff) | |
download | 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/adt-manual/adt-eclipse.xml')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 3275c18cbd..0f0ba7c6e8 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -404,7 +404,7 @@ | |||
404 | <listitem><para>Once QEMU launches you need to determine the IP Address | 404 | <listitem><para>Once QEMU launches you need to determine the IP Address |
405 | for the user-space NFS. | 405 | for the user-space NFS. |
406 | You can do that by going to a terminal in the QEMU and entering the | 406 | You can do that by going to a terminal in the QEMU and entering the |
407 | <filename>ipconfig</filename> command.</para></listitem> | 407 | <filename>ifconfig</filename> command.</para></listitem> |
408 | </orderedlist> | 408 | </orderedlist> |
409 | </para> | 409 | </para> |
410 | </section> | 410 | </section> |
@@ -413,7 +413,7 @@ | |||
413 | <title>Deploying and Debugging the Application</title> | 413 | <title>Deploying and Debugging the Application</title> |
414 | 414 | ||
415 | <para> | 415 | <para> |
416 | Once QEMU is running, you can deploy your application and use the emulator | 416 | Once the QEMU emulator is running the image, you can deploy your application and use the emulator |
417 | to perform debugging. | 417 | to perform debugging. |
418 | Follow these steps to deploy the application. | 418 | Follow these steps to deploy the application. |
419 | <orderedlist> | 419 | <orderedlist> |
@@ -423,10 +423,11 @@ | |||
423 | tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> | 423 | tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> |
424 | <listitem><para>Enter the absolute path into which you want to deploy | 424 | <listitem><para>Enter the absolute path into which you want to deploy |
425 | the application. | 425 | the application. |
426 | Use the <filename>Remote Absolute File Path</filename> for <filename>C/C++Application:</filename>. | 426 | Use the <filename>Remote Absolute File Path for C/C++Application:</filename> field. |
427 | For example, enter <filename>/usr/bin/<programname></filename>.</para></listitem> | 427 | For example, enter <filename>/usr/bin/<programname></filename>.</para></listitem> |
428 | <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger | 428 | <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger |
429 | you are using.</para></listitem> | 429 | you are using.</para></listitem> |
430 | <listitem><para>Click on the <filename>Main</filename> tab.</para></listitem> | ||
430 | <listitem><para>Create a new connection to the QEMU instance | 431 | <listitem><para>Create a new connection to the QEMU instance |
431 | by clicking on <filename>new</filename>.</para></listitem> | 432 | by clicking on <filename>new</filename>.</para></listitem> |
432 | <listitem><para>Select <filename>TCF</filename>, which means Target Communication | 433 | <listitem><para>Select <filename>TCF</filename>, which means Target Communication |