public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Antoine Zen-Ruffinen <antoine.zen@gmail.com>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Using a different network driver
Date: Tue, 18 Dec 2007 09:19:00 -0000	[thread overview]
Message-ID: <20071217160251.GL3998@lunn.ch> (raw)
In-Reply-To: <2cbbd8de0712162355j1b251fddv8a654b1c4db9bee8@mail.gmail.com>

On Mon, Dec 17, 2007 at 08:55:20AM +0100, Antoine Zen-Ruffinen wrote:
> Hi !
> 
> I am new to eCos. I want to use it on a soekris board
> (www.soekris.com), a single board PC, that have 3 NS DP83816 NIC. I
> have seen that a compatible driver for that NIC already exist in eCos
> tree.
> 
>  My question is how to incorporate it in my eCos configuration ?
> 
> I tried with the configtool, but it allways tell me "Add or remove
> hardware package by selecting a new hardware template".

You cannot add new hardware to an existing target. You need to add a
new target. Take a look at the pc_i82544 target as an example. You
need to replace the two CYGPKG_DEVS_ETH_* lines. One should be the
generic DP83816 package. The other will be a new package you need to
add.

You need a hardware dependent package which configures the hardware
independent DP83816 driver for your specific board. Take a look at
/devs/eth/powerpc/moab/current/ for an example of this.

         Andrew

-- 
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:[~2007-12-17 16:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17 11:32 Antoine Zen-Ruffinen
2007-12-18  9:19 ` Andrew Lunn [this message]
2007-12-20 13:01   ` Antoine Zen-Ruffinen
2007-12-20 15:22     ` Andrew Lunn
2007-12-20 15:25       ` Antoine Zen-Ruffinen
2007-12-20 15:38         ` Gary Thomas

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=20071217160251.GL3998@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=antoine.zen@gmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /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).