From a7d58b50b3fb51addfde727a147e0f0abad82136 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Sep 2011 15:08:31 -0700 Subject: documentation/adt-manual/adt-eclipse.xml: Fixed ifconfig command. (From yocto-docs rev: 01bae397bd62e01080748970c47dfaa441a405b0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 7 ++++--- 1 file 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 @@ 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 - ipconfig command. + ifconfig command. @@ -413,7 +413,7 @@ Deploying and Debugging the Application - 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. @@ -423,10 +423,11 @@ tabbed view in the Debug Configurations Dialog. Enter the absolute path into which you want to deploy the application. - Use the Remote Absolute File Path for C/C++Application:. + Use the Remote Absolute File Path for C/C++Application: field. For example, enter /usr/bin/<programname>. Click on the Debugger tab to see the cross-tool debugger you are using. + Click on the Main tab. Create a new connection to the QEMU instance by clicking on new. Select TCF, which means Target Communication -- cgit v1.2.3-54-g00ecf