public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Sriramkumar Raju <rsriramkumar@gmail.com>
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] Adding VIA RHINE driver to i386 platform
Date: Thu, 19 May 2005 09:21:00 -0000	[thread overview]
Message-ID: <7de07eff050518212540524ccb@mail.gmail.com> (raw)
In-Reply-To: <7de07eff05051805267e5f9d7@mail.gmail.com>

hi,
     I am trying to add VIA RHINE ether net driver to i386 platform.

I did it following way.

I made the following entry in ecos.db.


target PC {
        alias        { "i386 PC target" }
    packages        { CYGPKG_HAL_I386
                          CYGPKG_HAL_I386_GENERIC
                          CYGPKG_HAL_I386_PC
                          CYGPKG_HAL_I386_PCMB
              CYGPKG_IO_PCI
                          CYGPKG_IO_SERIAL_GENERIC_16X5X
                      CYGPKG_IO_SERIAL_I386_PC
                CYGPKG_DEVS_ETH_VIA_RHINE
             
        }
        description "
            The PC target provides the
            packages needed to run eCos binaries on a standard i386
            PC motherboard."
}

then in command line i did the following.
$./ecosconfig.exe new pc redboot
$./ecosconfig.exe import ./hal/i386/pc/current/misc/redboot_FLOPPY.ecm
$./ecosconfig.exe tree
$ make

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.

Regards,
Sriram.R

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

       reply	other threads:[~2005-05-19  4:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7de07eff05051805267e5f9d7@mail.gmail.com>
2005-05-19  9:21 ` Sriramkumar Raju [this message]
2005-05-19 12:24   ` Nick Garnett
2005-05-19 14:11     ` Sriramkumar Raju
2005-05-19 14:15     ` Sriramkumar Raju
2005-05-19 14:43       ` Gary Thomas
2005-05-25 12:12       ` Sriramkumar Raju

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7de07eff050518212540524ccb@mail.gmail.com \
    --to=rsriramkumar@gmail.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).