public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] question about MBX860 Ecos Ethernet
@ 2001-05-26  3:51 Tony Ko
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Ko @ 2001-05-26  3:51 UTC (permalink / raw)
  To: ecos-discuss

hi.
I'm trying to port mbx860 ECOS supports Ethernet on my custom mpc860
platform.
I made Ethernet supporting ECOS imgae by downloading TCP/IP Stack on
CVS.
But Ethernet on ECOS does not work.

For example, I made ping_test test program runs on ECOS. 
And I downloaded ping_test program on my mpc860 platform by GDB and ran
it.
But "Program received signal SIGTERM, Terminated. " message was printed
on GDB window.
Of course ping_test program seemed not to work.

So I looked into ECOS Ethernet related sources.
and I found that there are no routine to initialize mpc860
hardware(quicc_eth_init,etc) and ethernet driver(eth_drv_int,etc).
There are these routine in MBX860 RedBoot.
At RedBoot, after jumping main( ) , net_init ( ) function do those
things.
But using TCP/IP stack on ECOS , there is no this kind of routine.

I made Ethernet supporting Image, like this.
> ./ecosconfig new mbx net
> ./ecosconfig tree
>  make tests

Is there any problem?

And one more question.
There are two ethernet port, eth0 & eth1 on TCP/IP Stack.
what are eth0 and eth1 for?
I think MBX860 RedBoot has just one Ethernet port.
So I am confused about that.


Please let me know the way to solve this problem.

Thanks.

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

* [ECOS] question about mbx860 ecos ethernet
@ 2001-05-27 17:40 Tony Ko
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Ko @ 2001-05-27 17:40 UTC (permalink / raw)
  To: ecos-discuss

hi.
I'm trying to port mbx860 ECOS supports Ethernet on my custom mpc860
platform.
I made Ethernet supporting ECOS imgae by downloading TCP/IP Stack on
CVS.
But Ethernet on ECOS does not work.

For example, I made ping_test test program runs on ECOS. 
And I downloaded ping_test program on my mpc860 platform by GDB and ran
it.
But "Program received signal SIGTERM, Terminated. " message was printed
on GDB window.
Of course ping_test program seemed not to work.

So I looked into ECOS Ethernet related sources.
and I found that there are no routine to initialize mpc860
hardware(quicc_eth_init,etc) and ethernet driver(eth_drv_int,etc).
There are these routine in MBX860 RedBoot.
At RedBoot, after jumping main( ) , net_init ( ) function do those
things.
But using TCP/IP stack on ECOS , there is no this kind of routine.

I made Ethernet supporting Image, like this.
> ./ecosconfig new mbx net
> ./ecosconfig tree
>  make tests

Is there any problem?

And one more question.
There are two ethernet port, eth0 & eth1 on TCP/IP Stack.
what are eth0 and eth1 for?
I think MBX860 RedBoot has just one Ethernet port.
So I am confused about that.


Please let me know the way to solve this problem.

Thanks in advance.

Best wishes.

Tony.

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

end of thread, other threads:[~2001-05-27 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-26  3:51 [ECOS] question about MBX860 Ecos Ethernet Tony Ko
2001-05-27 17:40 [ECOS] question about mbx860 ecos ethernet Tony Ko

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).