From 9e5a745d98072648d529a0e9136f5813cbeca7c4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Jun 2018 15:11:37 -0700 Subject: sdk-manual: Updates to Depolying and Debugging Made several formatting changes for selections. These should be using quotes and not being formatted in Courier. (From yocto-docs rev: ec0a2d7e3cfd78fa4e508d5672f1c8265a3600a4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-neon.xml | 48 +++++++++++++++--------- documentation/sdk-manual/sdk-eclipse-project.xml | 11 +++--- 2 files changed, 36 insertions(+), 23 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml index af4332f6c8..0fb92985a4 100644 --- a/documentation/sdk-manual/sdk-appendix-neon.xml +++ b/documentation/sdk-manual/sdk-appendix-neon.xml @@ -819,54 +819,66 @@ exit out of or close that shell). - Select "Debug Configurations..." from the + + Select "Debug Configurations..." from the "Run" menu. - In the left area, expand - C/C++Remote Application. + + In the left area, expand + "C/C++Remote Application". - Locate your project and select it to bring + + Locate your project and select it to bring up a new tabbed view in the Debug Configurations Dialog. - Click on the "Debugger" tab to see the + + Click on the "Debugger" tab to see the cross-tool debugger you are using. Be sure to change to the debugger perspective in Eclipse. - Click on the "Main" tab. + + Click on the "Main" tab. Create a new connection to the QEMU instance by clicking on "new". - Select SSH, which means + + Select "SSH", which means Secure Socket Shell. Optionally, you can select a TCF connection instead. - Click "Next". + + Click "Next". - Clear out the "Connection name" field and + + Clear out the "Connection name" field and enter any name you want for the connection. - Put the IP address for the connection in + + Put the IP address for the connection in the "Host" field. - For QEMU, the default is 192.168.7.2. + For QEMU, the default is "192.168.7.2". However, if a previous QEMU session did not exit cleanly, the IP address increments (e.g. - 192.168.7.3). + "192.168.7.3"). You can find the IP address for the current QEMU session by looking in the xterm that opens when you launch QEMU. - Enter root, which + + Enter "root", which is the default for QEMU, for the "User" field. Be sure to leave the password field empty. Click "Finish" to close the New Connections Dialog. - If necessary, use the drop-down menu now in the + + If necessary, use the drop-down menu now in the "Connection" field and pick the IP Address you entered. - Assuming you are connecting as the root user, + + Assuming you are connecting as the root user, which is the default for QEMU x86-64 SDK images provided by the Yocto Project, in the "Remote Absolute File Path for C/C++ Application" field, browse to @@ -911,9 +923,11 @@ Be sure you change to the "Debug" perspective in Eclipse. - Click "Debug" + + Click "Debug" - Accept the debug perspective. + + Accept the debug perspective. diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 98e1363911..f8a586f54e 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -1110,7 +1110,7 @@ In the left area, expand - C/C++Remote Application. + "C/C++Remote Application". Locate your project and select it to bring @@ -1129,7 +1129,7 @@ Create a new connection to the QEMU instance by clicking on "new". - Select SSH, which + Select "SSH", which means Secure Socket Shell and then click "OK". Optionally, you can select a TCF connection instead. @@ -1141,11 +1141,10 @@ Put the IP address for the connection in the "Host" field. - For QEMU, the default is - 192.168.7.2. + For QEMU, the default is "192.168.7.2". However, if a previous QEMU session did not exit cleanly, the IP address increments (e.g. - 192.168.7.3). + "192.168.7.3"). You can find the IP address for the current QEMU session by looking in the xterm that @@ -1153,7 +1152,7 @@ - Enter root, which + Enter "root", which is the default for QEMU, for the "User" field. Be sure to leave the password field empty. -- cgit v1.2.3-54-g00ecf