public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] rltk8139 support
@ 2006-07-18 17:56 Surendra
  2006-07-18 19:51 ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Surendra @ 2006-07-18 17:56 UTC (permalink / raw)
  To: ecos-discuss

Dear All,

I have downloaded ecos for i386 target from the follwoing source.
      wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
      sh ecos-install.tcl

My PC has Realtek 8139 NIC. I intend to build Redboot with ethernet
support, but I could not find any files related to Realtek 8139.

Can anyone tell me where I can find Realtek 8139 files?

Thanks in advance,
Surendra

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

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

* Re: [ECOS] rltk8139 support
  2006-07-18 17:56 [ECOS] rltk8139 support Surendra
@ 2006-07-18 19:51 ` Gary Thomas
  2006-07-19 13:31   ` Surendra
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2006-07-18 19:51 UTC (permalink / raw)
  To: Surendra; +Cc: ecos-discuss

Surendra wrote:
> Dear All,
> 
> I have downloaded ecos for i386 target from the follwoing source.
>      wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>      sh ecos-install.tcl
> 
> My PC has Realtek 8139 NIC. I intend to build Redboot with ethernet
> support, but I could not find any files related to Realtek 8139.
> 
> Can anyone tell me where I can find Realtek 8139 files?

eCos 2.0 (the version you downloaded) does not have this support.  You
need to update your eCos source repository to the latest CVS.
   http://ecos.sourceware.org/anoncvs.html

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

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

* Re: [ECOS] rltk8139 support
  2006-07-18 19:51 ` Gary Thomas
@ 2006-07-19 13:31   ` Surendra
  2006-07-19 15:52     ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Surendra @ 2006-07-19 13:31 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

Hi Gary,

I have downloaded the rltk8139 folder from the CVS. It contains "cdl"
and "include" directories only. There is no "src" directory.

I found rltk8139.tgz attachment file in the mailing list. It contains
the  if_8139.c and if_8139.h files. By making few changes to these
files I was able to build the Redboot.

I was able to connect gdb to the target. However when the (gdb) load
command is issued the target dies and the system reboots.

Any ideas?

Regards
Surendra

On 7/19/06, Gary Thomas <gary@mlbassoc.com> wrote:
> Surendra wrote:
> > Dear All,
> >
> > I have downloaded ecos for i386 target from the follwoing source.
> >      wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
> >      sh ecos-install.tcl
> >
> > My PC has Realtek 8139 NIC. I intend to build Redboot with ethernet
> > support, but I could not find any files related to Realtek 8139.
> >
> > Can anyone tell me where I can find Realtek 8139 files?
>
> eCos 2.0 (the version you downloaded) does not have this support.  You
> need to update your eCos source repository to the latest CVS.
>    http://ecos.sourceware.org/anoncvs.html
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>


-- 
Surendra I

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

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

* Re: [ECOS] rltk8139 support
  2006-07-19 13:31   ` Surendra
@ 2006-07-19 15:52     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2006-07-19 15:52 UTC (permalink / raw)
  To: Surendra; +Cc: ecos-discuss

Surendra wrote:
> Hi Gary,
> 
> I have downloaded the rltk8139 folder from the CVS. It contains "cdl"
> and "include" directories only. There is no "src" directory.
> 
> I found rltk8139.tgz attachment file in the mailing list. It contains
> the  if_8139.c and if_8139.h files. By making few changes to these
> files I was able to build the Redboot.

You shouldn't have to go through this trouble - just upgrade your
*entire* eCos source tree (not just the RTLK piece) and then you
can simply build using the pc_rltk8139 target.

> 
> I was able to connect gdb to the target. However when the (gdb) load
> command is issued the target dies and the system reboots.
> 
> Any ideas?
> 
> Regards
> Surendra
> 
> On 7/19/06, Gary Thomas <gary@mlbassoc.com> wrote:
>> Surendra wrote:
>> > Dear All,
>> >
>> > I have downloaded ecos for i386 target from the follwoing source.
>> >      wget --passive-ftp 
>> ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>> >      sh ecos-install.tcl
>> >
>> > My PC has Realtek 8139 NIC. I intend to build Redboot with ethernet
>> > support, but I could not find any files related to Realtek 8139.
>> >
>> > Can anyone tell me where I can find Realtek 8139 files?
>>
>> eCos 2.0 (the version you downloaded) does not have this support.  You
>> need to update your eCos source repository to the latest CVS.
>>    http://ecos.sourceware.org/anoncvs.html

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

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

end of thread, other threads:[~2006-07-19 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-18 17:56 [ECOS] rltk8139 support Surendra
2006-07-18 19:51 ` Gary Thomas
2006-07-19 13:31   ` Surendra
2006-07-19 15:52     ` Gary Thomas

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