public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] TCP/IP stack testing problem for ecos
@ 2002-11-07 23:10 rhea santos
  2002-11-11  3:37 ` umesh jaiswal
  0 siblings, 1 reply; 5+ messages in thread
From: rhea santos @ 2002-11-07 23:10 UTC (permalink / raw)
  To: ecos-discuss


[-- Attachment #1.1: Type: Text/Plain, Size: 405 bytes --]

hi!

I have successfully  built the "net" template of ecos in Intel Strong Arm
(assabet). 
I am now on the stage of testing if the ecos TCP/IP stack is running.
The target platform has a ethernet card and i want to use the ping command
on the target and see it work.How should I go about it ? 
 
I really need your help since im a newbie in eCos...
anyone please?

thanks in advance...

[-- Attachment #1.2: Type: Text/HTML, Size: 2380 bytes --]

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><html>
<head>
<meta name="GENERATOR" content="IncrediMail 1.0">
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER>2.0</X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->

</head>

<BODY background="" bgColor=#ffffff style="BACKGROUND-POSITION: 0px 0px; FONT-FAMILY: Arial; FONT-SIZE: 10pt; MARGIN: 1px" scroll=yes ORGYPOS="0" X-FVER="2.0">
<TABLE border=0 cellPadding=0 cellSpacing=0 id=INCREDIMAINTABLE width="95%">
<TR>

<TD id=INCREDITEXTREGION width="100%" style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; PADDING-LEFT: 7px; PADDING-RIGHT: 7px" 
   >
      <DIV>hi!</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>I have successfully&nbsp; built the "net" template&nbsp;of ecos in 
      Intel Strong Arm (assabet). 
      <DIV><FONT face=Arial size=2>I&nbsp;am now on the stage of testing 
      if&nbsp;the ecos TCP/IP stack is running.</FONT></DIV>
      <DIV><FONT face=Arial size=2>The target platform has a ethernet card 
      and&nbsp;i want to use the ping command on the target and see it 
      work.</FONT><FONT face=Arial size=2>How should I go about it ? 
      </FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV>I really need your help since im a newbie in eCos...</DIV>
      <DIV>anyone please?</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>thanks in advance...</DIV></DIV></TD>
</TR>

<TR>
<TD id=INCREDIFOOTER width="100%">

	<TABLE cellPadding=0 cellSpacing=0 width="100%">
	<TR>
	<TD width="100%"></TD>
	<TD align=middle id=INCREDISOUND vAlign=bottom></TD>
	<TD align=middle id=INCREDIANIM vAlign=bottom></TD>
	</TR>
	</TABLE>

</TD>
</TR>

</TABLE><SPAN 
id=IncrediStamp><SPAN dir=ltr><FONT face="Arial, Helvetica, sans-serif" 
size=2>____________________________________________________<BR><FONT 
face="Comic Sans MS" size=2><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><IMG 
align=baseline alt="" border=0 hspace=0 
src="cid:B2229E60-F2F9-11D6-A4A0-00A0241C12F2"></A>&nbsp; <I>IncrediMail</I> - 
<B>Email has finally evolved</B> - </FONT><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><FONT 
face="Times New Roman" size=3><B><U>Click 
Here</U></B></FONT></A></SPAN></SPAN></FONT>
</BODY>
</html>

[-- Attachment #2: Type: image/gif, Size: 494 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] TCP/IP stack testing problem for ecos
  2002-11-07 23:10 [ECOS] TCP/IP stack testing problem for ecos rhea santos
@ 2002-11-11  3:37 ` umesh jaiswal
  2002-11-13 21:43   ` rhea santos
  0 siblings, 1 reply; 5+ messages in thread
From: umesh jaiswal @ 2002-11-11  3:37 UTC (permalink / raw)
  To: rhea santos, ecos-discuss

hi,

Before doing ping test u have to assign the ip
addresse,netmask, server address & gateway address
to your stack .It could be done by two ways ...one by
mannually assigning the adressess or by using Bootp Or

DHCP.These options can be set in net cdl. Have a look
of nel.cdl file .
if u want to build it mannuall u have to keep other
options (BOOYP ,DHCP) desabled. Accordingly set other
options to appropiate value (like ip addresses..).
then run build the whole template again & run the ping
test .if u find any problem in it replay the same i ll
give u the details procedure of doing it.

umesh jaiswal
--- rhea santos <marheas@asti.dost.gov.ph> wrote:
> hi!
> 
> I have successfully  built the "net" template of
> ecos in Intel Strong Arm
> (assabet). 
> I am now on the stage of testing if the ecos TCP/IP
> stack is running.
> The target platform has a ethernet card and i want
> to use the ping command
> on the target and see it work.How should I go about
> it ? 
>  
> I really need your help since im a newbie in eCos...
> anyone please?
> 
> thanks in advance...


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] TCP/IP stack testing problem for ecos
  2002-11-11  3:37 ` umesh jaiswal
@ 2002-11-13 21:43   ` rhea santos
  2002-11-18 22:22     ` umesh jaiswal
  0 siblings, 1 reply; 5+ messages in thread
From: rhea santos @ 2002-11-13 21:43 UTC (permalink / raw)
  To: umeshcj, ecos-discuss


[-- Attachment #1.1: Type: Text/Plain, Size: 1235 bytes --]

hi! thanks for the reply...
i was trying to perform the ping test using the ping_test test file,it
outputs ok after i downloaded the program and run it using arm-elf-gdb.
However, i can not ping the ip address i assigned for the StrongArm target
after i change  is in net.cdl....what could possibly went wrong?can you send
me e exact procedure of configuring the net.cdl.

thanks!

-------Original Message-------

From: umesh jaiswal
Date: Monday, November 11, 2002 07:37:52 PM
To: rhea santos; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] TCP/IP stack testing problem for ecos

hi,

Before doing ping test u have to assign the ip
addresse,netmask, server address & gateway address
to your stack .It could be done by two ways ...one by
mannually assigning the adressess or by using Bootp Or

DHCP.These options can be set in net cdl. Have a look
of nel.cdl file .
if u want to build it mannuall u have to keep other
options (BOOYP ,DHCP) desabled. Accordingly set other
options to appropiate value (like ip addresses..).
then run build the whole template again & run the ping
test .if u find any problem in it replay the same i ll
give u the details procedure of doing it.

[-- Attachment #1.2: Type: Text/HTML, Size: 3605 bytes --]

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><html>
<head>
<meta name="GENERATOR" content="IncrediMail 1.0">
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER></X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->

</head>

<BODY background="" bgColor=#ffffff style="BACKGROUND-POSITION: 0px 0px; FONT-FAMILY: Arial; FONT-SIZE: 10pt; MARGIN: 1px" scroll=yes ORGYPOS="0" X-FVER="2.0">
<TABLE border=0 cellPadding=0 cellSpacing=0 id=INCREDIMAINTABLE width="95%">
<TR>

<TD id=INCREDITEXTREGION width="100%" style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; PADDING-LEFT: 7px; PADDING-RIGHT: 7px" 
   >
      <DIV>hi! thanks for the reply...</DIV>
      <DIV>i was trying to perform the ping test using the ping_test test 
      file,it outputs ok after i downloaded the program and run it using 
      arm-elf-gdb. However, i can not ping the ip address i assigned for the 
      StrongArm target after i change&nbsp; is in net.cdl....what could possibly 
      went wrong?can you send me e exact procedure of configuring the 
      net.cdl.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>thanks!</DIV>
      <DIV>&nbsp;</DIV>
      <DIV><I>-------Original Message-------</I></DIV>
      <DIV>&nbsp;</DIV>
      <DIV id=receivestrings>
      <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>From:</B></I> <A 
      href="mailto:umeshcj@yahoo.com">umesh jaiswal</A></DIV>
      <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Date:</B></I> Monday, November 
      11, 2002 07:37:52 PM</DIV>
      <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>To:</B></I> <A 
      href="mailto:marheas@asti.dost.gov.ph">rhea santos</A>; <A 
      href="mailto:ecos-discuss@sources.redhat.com">ecos-discuss@sources.redhat.com</A></DIV>
      <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Subject:</B></I> Re: [ECOS] 
      TCP/IP stack testing problem for ecos</DIV></DIV>
      <DIV>&nbsp;</DIV>hi,<BR><BR>Before doing ping test u have to assign the 
      ip<BR>addresse,netmask, server address &amp; gateway address<BR>to your 
      stack .It could be done by two ways ...one by<BR>mannually assigning the 
      adressess or by using Bootp Or<BR><BR>DHCP.These options can be set in net 
      cdl. Have a look<BR>of nel.cdl file .<BR>if u want to build it mannuall u 
      have to keep other<BR>options (BOOYP ,DHCP) desabled. Accordingly set 
      other<BR>options to appropiate value (like ip addresses..).<BR>then run 
      build the whole template again &amp; run the ping<BR>test .if u find any 
      problem in it replay the same i ll<BR>give u the details procedure of 
      doing it.<BR><BR></TD>
</TR>

<TR>
<TD id=INCREDIFOOTER width="100%">

	<TABLE cellPadding=0 cellSpacing=0 width="100%">
	<TR>
	<TD width="100%"></TD>
	<TD align=middle id=INCREDISOUND vAlign=bottom></TD>
	<TD align=middle id=INCREDIANIM vAlign=bottom></TD>
	</TR>
	</TABLE>

</TD>
</TR>

</TABLE><SPAN 
id=IncrediStamp><SPAN dir=ltr><FONT face="Arial, Helvetica, sans-serif" 
size=2>____________________________________________________<BR><FONT 
face="Comic Sans MS" size=2><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><IMG 
align=baseline alt="" border=0 hspace=0 
src="cid:4BE75E97-F7AF-11D6-A4A0-00A0241C12F2"></A>&nbsp; <I>IncrediMail</I> - 
<B>Email has finally evolved</B> - </FONT><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><FONT 
face="Times New Roman" size=3><B><U>Click 
Here</U></B></FONT></A></SPAN></SPAN></FONT>
</BODY>
</html>

[-- Attachment #2: Type: image/gif, Size: 494 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] TCP/IP stack testing problem for ecos
  2002-11-13 21:43   ` rhea santos
@ 2002-11-18 22:22     ` umesh jaiswal
  0 siblings, 0 replies; 5+ messages in thread
From: umesh jaiswal @ 2002-11-18 22:22 UTC (permalink / raw)
  To: rhea santos, ecos-discuss

hi ,

if u r doing eth0 set up manually u have to do
following in  net.cdl( it will better if u change 
these setting in ecos.ecc )

 CYGHWR_NET_DRIVER_ETH0_MANUAL => 1

 CYGHWR_NET_DRIVER_ETH0_BOOTP=> 0

 CYGHWR_NET_DRIVER_ETH0_DHCP =>0
CYGHWR_NET_DRIVER_ETH0_ADDRS_IP => ur Ip address(of
target)
 CYGHWR_NET_DRIVER_ETH0_ADDRS_NETMASK => netmask of ur
network. & likewise other options.

 CYGHWR_NET_DRIVER_ETH0_ADDRS_GATEWAY => gateway
address of ur network

CYGHWR_NET_DRIVER_ETH0_ADDRS_SERVER => server address
by default ping test pings to server 

it should work .
Have u checked driver inintialisation ?

umesh




--- rhea santos <marheas@asti.dost.gov.ph> wrote:
> hi! thanks for the reply...
> i was trying to perform the ping test using the
> ping_test test file,it
> outputs ok after i downloaded the program and run it
> using arm-elf-gdb.
> However, i can not ping the ip address i assigned
> for the StrongArm target
> after i change  is in net.cdl....what could possibly
> went wrong?can you send
> me e exact procedure of configuring the net.cdl.
> 
> thanks!
> 
> -------Original Message-------
> 
> From: umesh jaiswal
> Date: Monday, November 11, 2002 07:37:52 PM
> To: rhea santos; ecos-discuss@sources.redhat.com
> Subject: Re: [ECOS] TCP/IP stack testing problem for
> ecos
> 
> hi,
> 
> Before doing ping test u have to assign the ip
> addresse,netmask, server address & gateway address
> to your stack .It could be done by two ways ...one
> by
> mannually assigning the adressess or by using Bootp
> Or
> 
> DHCP.These options can be set in net cdl. Have a
> look
> of nel.cdl file .
> if u want to build it mannuall u have to keep other
> options (BOOYP ,DHCP) desabled. Accordingly set
> other
> options to appropiate value (like ip addresses..).
> then run build the whole template again & run the
> ping
> test .if u find any problem in it replay the same i
> ll
> give u the details procedure of doing it.


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] TCP/IP stack testing problem for ecos
@ 2000-05-25 22:05 Avinash Dumbre
  0 siblings, 0 replies; 5+ messages in thread
From: Avinash Dumbre @ 2000-05-25 22:05 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]

 
----- Original Message ----- 
From: Avinash Dumbre 

To: ecos-discuss@sourceware.cygnus.com 

Sent: Friday, May 26, 2000 10:26 AM
Subject: Thanks folks !

HI,
 
Thanks a lot Nick Garnette.
 
It worked 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
I have succeeded in running the test application 
tm_basic.exe on the target PC i386 and it is showing the basic CPU timings on 
the host PC.
 
I clicked the Run tests option and then switched 
over to the output and saw the application running.
 
Thanks once again.
 
I have to now show the senior folks of my company 
the ecos TCP/IP stack running.
The target PC has a ethernet card and they want to 
use the ping command on the target PC and see it work.
 
How should I go about it ? 
I am hunting how to do it. 
 
Could u suggest a way out ?
 
Thanking in anticipation.
 
Sincerely,
 
Avinash
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-19  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-07 23:10 [ECOS] TCP/IP stack testing problem for ecos rhea santos
2002-11-11  3:37 ` umesh jaiswal
2002-11-13 21:43   ` rhea santos
2002-11-18 22:22     ` umesh jaiswal
  -- strict thread matches above, loose matches on Subject: below --
2000-05-25 22:05 Avinash Dumbre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).