connecting-target-ethernet.html

来自「有关ecos2。0介绍了实时嵌入式的结构以及线程调度的实现和内存的管理等」· HTML 代码 · 共 209 行

HTML
209
字号
<!-- Copyright (C) 2003 Red Hat, Inc.                                --><!-- This material may be distributed only subject to the terms      --><!-- and conditions set forth in the Open Publication License, v1.0  --><!-- or later (the latest version is presently available at          --><!-- http://www.opencontent.org/openpub/).                           --><!-- Distribution of the work or derivative of the work in any       --><!-- standard (paper) book form is prohibited unless prior           --><!-- permission is obtained from the copyright holder.               --><HTML><HEAD><TITLE>Connecting Via Ethernet</TITLE><meta name="MSSmartTagsPreventParsing" content="TRUE"><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+"><LINKREL="HOME"TITLE="eCos User Guide"HREF="ecos-user-guide.html"><LINKREL="UP"TITLE="Target Setup"HREF="user-guide-installation-target.html"><LINKREL="PREVIOUS"TITLE="Target Setup"HREF="user-guide-installation-target.html"><LINKREL="NEXT"TITLE="Using A Simulator Target"HREF="connecting-target-sim.html"></HEAD><BODYCLASS="SECT1"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">eCos User Guide</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="user-guide-installation-target.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Chapter 9. Target Setup</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="connecting-target-sim.html"ACCESSKEY="N">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="SECT1"><H1CLASS="SECT1"><ANAME="CONNECTING-TARGET-ETHERNET">Connecting Via Ethernet</H1><P>Some targets allow GDB to connect via Ethernet - if so, it willbe mentioned in the document describing the target. Substitute thetarget's assigned IP address or hostname for &lt;hostname&#62; in thefollowing. Depending on how RedBoot has been configured, it willeither have this address allocated statically, or will acquire it viaBOOTP. In both cases RedBoot will report the IP address it islistening on in its startup message printed on the serial port. The&lt;port&#62; is the TCP port which RedBoot is listening on, usually9000. It is also listed in the target document.</P><P>Connect to the target by issuing the following command inGDB console mode:</P><TABLEBORDER="5"BGCOLOR="#E0E0F0"WIDTH="70%"><TR><TD><PRECLASS="PROGRAMLISTING">(gdb) target remote &lt;hostname&#62;:&lt;port&#62;</PRE></TD></TR></TABLE><P>In Insight, connect by opening the <SPANCLASS="emphasis"><ICLASS="EMPHASIS">File-&#62;TargetSettings</I></SPAN> window and enter:</P><TABLEBORDER="5"BGCOLOR="#E0E0F0"WIDTH="70%"><TR><TD><PRECLASS="PROGRAMLISTING">Target: Remote/TCP     Hostname: &lt;hostname&#62;     Port: &lt;port&#62;</PRE></TD></TR></TABLE><P>Set other options according topreference, close the window and select <SPANCLASS="emphasis"><ICLASS="EMPHASIS">Run-&#62;Connect totarget</I></SPAN>.</P></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="user-guide-installation-target.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="ecos-user-guide.html"ACCESSKEY="H">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="connecting-target-sim.html"ACCESSKEY="N">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Target Setup</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="user-guide-installation-target.html"ACCESSKEY="U">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Using A Simulator Target</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?