mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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: 0ca787b3ce91afbb4ea4aeb12052cff39892e99f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa6ea8847b
commit
9e7dd7fdd3
@@ -819,54 +819,66 @@
|
|||||||
exit out of or close that shell).
|
exit out of or close that shell).
|
||||||
</note>
|
</note>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>Select "Debug Configurations..." from the
|
<listitem><para>
|
||||||
|
Select "Debug Configurations..." from the
|
||||||
"Run" menu.</para></listitem>
|
"Run" menu.</para></listitem>
|
||||||
<listitem><para>In the left area, expand
|
<listitem><para>
|
||||||
<filename>C/C++Remote Application</filename>.
|
In the left area, expand
|
||||||
|
"C/C++Remote Application".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Locate your project and select it to bring
|
<listitem><para>
|
||||||
|
Locate your project and select it to bring
|
||||||
up a new tabbed view in the Debug Configurations Dialog.
|
up a new tabbed view in the Debug Configurations Dialog.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Click on the "Debugger" tab to see the
|
<listitem><para>
|
||||||
|
Click on the "Debugger" tab to see the
|
||||||
cross-tool debugger you are using.
|
cross-tool debugger you are using.
|
||||||
Be sure to change to the debugger perspective in Eclipse.
|
Be sure to change to the debugger perspective in Eclipse.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Click on the "Main" tab.
|
<listitem><para>
|
||||||
|
Click on the "Main" tab.
|
||||||
</para></listitem>
|
</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 "new".</para></listitem>
|
by clicking on "new".</para></listitem>
|
||||||
<listitem><para>Select <filename>SSH</filename>, which means
|
<listitem><para>
|
||||||
|
Select "SSH", which means
|
||||||
Secure Socket Shell.
|
Secure Socket Shell.
|
||||||
Optionally, you can select a TCF connection instead.
|
Optionally, you can select a TCF connection instead.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Click "Next".
|
<listitem><para>
|
||||||
|
Click "Next".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Clear out the "Connection name" field and
|
<listitem><para>
|
||||||
|
Clear out the "Connection name" field and
|
||||||
enter any name you want for the connection.
|
enter any name you want for the connection.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Put the IP address for the connection in
|
<listitem><para>
|
||||||
|
Put the IP address for the connection in
|
||||||
the "Host" field.
|
the "Host" field.
|
||||||
For QEMU, the default is <filename>192.168.7.2</filename>.
|
For QEMU, the default is "192.168.7.2".
|
||||||
However, if a previous QEMU session did not exit
|
However, if a previous QEMU session did not exit
|
||||||
cleanly, the IP address increments (e.g.
|
cleanly, the IP address increments (e.g.
|
||||||
<filename>192.168.7.3</filename>).
|
"192.168.7.3").
|
||||||
<note>
|
<note>
|
||||||
You can find the IP address for the current QEMU
|
You can find the IP address for the current QEMU
|
||||||
session by looking in the xterm that opens when
|
session by looking in the xterm that opens when
|
||||||
you launch QEMU.
|
you launch QEMU.
|
||||||
</note>
|
</note>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Enter <filename>root</filename>, which
|
<listitem><para>
|
||||||
|
Enter "root", which
|
||||||
is the default for QEMU, for the "User" field.
|
is the default for QEMU, for the "User" field.
|
||||||
Be sure to leave the password field empty.
|
Be sure to leave the password field empty.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Click "Finish" to close the
|
<listitem><para>Click "Finish" to close the
|
||||||
New Connections Dialog.
|
New Connections Dialog.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>If necessary, use the drop-down menu now in the
|
<listitem><para>
|
||||||
|
If necessary, use the drop-down menu now in the
|
||||||
"Connection" field and pick the IP Address you entered.
|
"Connection" field and pick the IP Address you entered.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Assuming you are connecting as the root user,
|
<listitem><para>
|
||||||
|
Assuming you are connecting as the root user,
|
||||||
which is the default for QEMU x86-64 SDK images provided by
|
which is the default for QEMU x86-64 SDK images provided by
|
||||||
the Yocto Project, in the "Remote Absolute File Path for
|
the Yocto Project, in the "Remote Absolute File Path for
|
||||||
C/C++ Application" field, browse to
|
C/C++ Application" field, browse to
|
||||||
@@ -911,9 +923,11 @@
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Be sure you change to the "Debug" perspective in Eclipse.
|
Be sure you change to the "Debug" perspective in Eclipse.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Click "Debug"
|
<listitem><para>
|
||||||
|
Click "Debug"
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>Accept the debug perspective.
|
<listitem><para>
|
||||||
|
Accept the debug perspective.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
@@ -1110,7 +1110,7 @@
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
In the left area, expand
|
In the left area, expand
|
||||||
<filename>C/C++Remote Application</filename>.
|
"C/C++Remote Application".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Locate your project and select it to bring
|
Locate your project and select it to bring
|
||||||
@@ -1129,7 +1129,7 @@
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Create a new connection to the QEMU instance
|
Create a new connection to the QEMU instance
|
||||||
by clicking on "new".</para></listitem>
|
by clicking on "new".</para></listitem>
|
||||||
<listitem><para>Select <filename>SSH</filename>, which
|
<listitem><para>Select "SSH", which
|
||||||
means Secure Socket Shell and then click "OK".
|
means Secure Socket Shell and then click "OK".
|
||||||
Optionally, you can select a TCF connection
|
Optionally, you can select a TCF connection
|
||||||
instead.
|
instead.
|
||||||
@@ -1141,11 +1141,10 @@
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Put the IP address for the connection in
|
Put the IP address for the connection in
|
||||||
the "Host" field.
|
the "Host" field.
|
||||||
For QEMU, the default is
|
For QEMU, the default is "192.168.7.2".
|
||||||
<filename>192.168.7.2</filename>.
|
|
||||||
However, if a previous QEMU session did not exit
|
However, if a previous QEMU session did not exit
|
||||||
cleanly, the IP address increments (e.g.
|
cleanly, the IP address increments (e.g.
|
||||||
<filename>192.168.7.3</filename>).
|
"192.168.7.3").
|
||||||
<note>
|
<note>
|
||||||
You can find the IP address for the current
|
You can find the IP address for the current
|
||||||
QEMU session by looking in the xterm that
|
QEMU session by looking in the xterm that
|
||||||
@@ -1153,7 +1152,7 @@
|
|||||||
</note>
|
</note>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Enter <filename>root</filename>, which
|
Enter "root", which
|
||||||
is the default for QEMU, for the "User" field.
|
is the default for QEMU, for the "User" field.
|
||||||
Be sure to leave the password field empty.
|
Be sure to leave the password field empty.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user