DSPRelated.com
Forums

How to implement TCP/IP stack on a platform which isn't EVM642

Started by fluffy_bear_kevin August 23, 2007
Hi, everyone:

I have to implement TCP/IP stack on a platform based on DM642 which is
not EVM642. So the NDK can not be used on it properly.

Is there anyone who has figured that out? Please give me some
suggestions.

Thanks in advance

Best wishes

Kevin
Kevin,

I would take a look at LWIP if I were you.

- Andrew

--- fluffy_bear_kevin
wrote:

> Hi, everyone:
>
> I have to implement TCP/IP stack on a platform based
> on DM642 which is
> not EVM642. So the NDK can not be used on it
> properly.
>
> Is there anyone who has figured that out? Please
> give me some
> suggestions.
>
> Thanks in advance
>
> Best wishes
>
> Kevin
>

____________________________________________________________________________________
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/
Andrew,

Thanks for your reply. And I have one more question. Has the LWIP been transplanted into the DSP/BIOS. Now I am not able to use other OS on my platform.

Best Regards,
Kevin
----- Original Message ----
From: Andrew Elder
To: fluffy_bear_kevin ; c...
Sent: Friday, August 24, 2007 12:27:47 AM
Subject: Re: [c6x] How to implement TCP/IP stack on a platform which isn't EVM642
Kevin,

I would take a look at LWIP if I were you.

- Andrew

--- fluffy_bear_kevin
wrote:

> Hi, everyone:
>
> I have to implement TCP/IP stack on a platform based
> on DM642 which is
> not EVM642. So the NDK can not be used on it
> properly.
>
> Is there anyone who has figured that out? Please
> give me some
> suggestions.
>
> Thanks in advance
>
> Best wishes
>
> Kevin
>

____________________________________________________________________________________
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/

____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting
Kevin,

You should be ok with DSP/BIOS. Be sure to set
#define ETH_PAD_SIZE (2)
in arch\C6000\include\arch\cc.h
Took me 2+ days to figure that one out !

- Andrew

--- Kevin Zhang wrote:

> Andrew,
>
> Thanks for your reply. And I have one more question.
> Has the LWIP been transplanted into the DSP/BIOS.
> Now I am not able to use other OS on my platform.
>
> Best Regards,
> Kevin
> ----- Original Message ----
> From: Andrew Elder
> To: fluffy_bear_kevin ;
> c...
> Sent: Friday, August 24, 2007 12:27:47 AM
> Subject: Re: [c6x] How to implement TCP/IP stack on
> a platform which isn't EVM642
> Kevin,
>
> I would take a look at LWIP if I were you.
>
> - Andrew
>
> --- fluffy_bear_kevin
> wrote:
>
> > Hi, everyone:
> >
> > I have to implement TCP/IP stack on a platform
> based
> > on DM642 which is
> > not EVM642. So the NDK can not be used on it
> > properly.
> >
> > Is there anyone who has figured that out? Please
> > give me some
> > suggestions.
> >
> > Thanks in advance
> >
> > Best wishes
> >
> > Kevin
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
____________________________________________________________________________________
> Choose the right car based on your needs. Check out
> Yahoo! Autos new Car Finder tool.
> http://autos.yahoo.com/carfinder/
>
>
____________________________________________________________________________________
> Building a website is a piece of cake. Yahoo! Small
> Business gives you all the tools to get online.
> http://smallbusiness.yahoo.com/webhosting

____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
Andrew--

On 8/24/07, Andrew Elder wrote:
>
> Kevin,
>
> You should be ok with DSP/BIOS. Be sure to set
> #define ETH_PAD_SIZE (2)
> in arch\C6000\include\arch\cc.h
> Took me 2+ days to figure that one out !
>
> - Andrew

So thats a few thousand dollars worth piece of code? I'll remember to
worship it!

:-)

--Bhooshan