This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Adding VIA RHINE driver to i386 platform


Hi,
     I had booted the i386  platform with RedBoot + VIA Rhine Ethernet.
Now while booting i am getting the following message.

Ethernet eth0: MAC address 44:ec:00:00:94:eb
Can't get BOOTP info for device!

RedBoot(tm) bootstrap and debug environment [FLOPPY]
Non-certified release, version UNKNOWN - built 17:29:41, May 24 2005

Platform: PC (I386)
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.

RAM: 0x00000000-0x000a0000, 0x000897b0-0x000a0000 available
RedBoot>


The MAC address that is being displayed is different from my board MAC address.
 
What i missed while porting the VIA Rhine driver to i386 platform?

Why  i am unable to get the MAC address that is in VIA RHINE controller?


Regards,
Sriram.R


On 5/19/05, Sriramkumar Raju <rsriramkumar@gmail.com> wrote:
> Hi Nick,
>        Do me mean that i have to add Platform specific device
> configurations for VIA RHINE on i386.
> 
> Regards,
> Sriram.R
> 
> On 19 May 2005 09:53:26 +0100, Nick Garnett <nickg@ecoscentric.com> wrote:
> > Sriramkumar Raju <rsriramkumar@gmail.com> writes:
> >
> > >
> > > The build is successful and REDBOOT boots up with a message NO Network
> > > Interface found.
> > >
> > > Also when i open the ecos.ecc that is generated  in GUI based config
> > > tool i can see VIA RHINE support  not enabled.
> > >
> > > when i execute "$./ecosconfig.exe add CYGPKG_DEVS_ETH_VIA_RHINE" it
> > > prompts me that the package is already present.
> > >
> > > Can anyone tell Me what i should do to add VIA RHINE support to i386 platform.
> >
> > In addition to the CYGPKG_DEVS_ETH_VIA_RHINE package you also need to
> > have a package that adapts the generic driver to the specific
> > hardware. Take a look at any of the other PC targets to see how this
> > works. Also take a look at the documentation.
> >
> > The RHINE ethernet driver appears to have only ever been used for the
> > sh7729pci board, so you may have to do a bit of work in the RHINE
> > driver. You should be able to create the new package you need by
> > combining one of the exising PC package with the sh7729pci package.
> >
> >
> >
> > --
> > Nick Garnett                                     eCos Kernel Architect
> > http://www.ecoscentric.com                The eCos and RedBoot experts
> >
> >
>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]