X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fuser-guide%2Fconnecting-target-ethernet.html;fp=doc%2Fhtml%2Fuser-guide%2Fconnecting-target-ethernet.html;h=c8fa555a216551c35bb05cd0743ef2166bf51c89;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hp=0000000000000000000000000000000000000000;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16;p=karo-tx-redboot.git diff --git a/doc/html/user-guide/connecting-target-ethernet.html b/doc/html/user-guide/connecting-target-ethernet.html new file mode 100644 index 00000000..c8fa555a --- /dev/null +++ b/doc/html/user-guide/connecting-target-ethernet.html @@ -0,0 +1,209 @@ + + + + + + + + +Connecting Via Ethernet +
eCos User Guide
PrevChapter 9. Target SetupNext

Connecting Via Ethernet

Some targets allow GDB to connect via Ethernet - if so, it will +be mentioned in the document describing the target. Substitute the +target's assigned IP address or hostname for <hostname> in the +following. Depending on how RedBoot has been configured, it will +either have this address allocated statically, or will acquire it via +BOOTP. In both cases RedBoot will report the IP address it is +listening on in its startup message printed on the serial port. The +<port> is the TCP port which RedBoot is listening on, usually +9000. It is also listed in the target document.

Connect to the target by issuing the following command in +GDB console mode:

(gdb) target remote <hostname>:<port>

In Insight, connect by opening the File->Target +Settings window and enter:

Target: Remote/TCP     
+Hostname: <hostname>     
+Port: <port>

Set other options according to +preference, close the window and select Run->Connect to +target.


PrevHomeNext
Target SetupUpUsing A Simulator Target
\ No newline at end of file