public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grant.b.edwards@gmail.com>
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] Re: MMI without PHY
Date: Tue, 17 Nov 2015 16:27:00 -0000	[thread overview]
Message-ID: <n2fkft$99f$1@ger.gmane.org> (raw)
In-Reply-To: <564B3823.7040805@gmx.de>

On 2015-11-17, Privat <PicassoCT@gmx.de> wrote:

> on getting a Ecos conrolled ECU to communicate with a counterpart,
> using only the ethernet 302.ab MMI layer of Ecos with no phy present.
> So whats the plan?
>
> The plan, is to provide the whole os with a stump, creating the happy
> illusion of a ever present connection.  Has anyone done this
> previously?

Sure.  It's done all the time in embedded devices that include an
Ethernet switch.  One port on the switch has a "reverse" MII interface
that connects directly the the microcontroller's MII interface.

>If so, can you hook me up with a link to a repo/sampleconfig, where
>this was done?

Not really, all the examples I know of are proprietary.

Just take out whatever code you have that's trying to talk to a PHY,
then configure the microcontroller's MAC to 100M Full-Duplex (or
whatever you want for the link), and you're done.

-- 
Grant Edwards               grant.b.edwards        Yow! Is my fallout shelter
                                  at               termite proof?
                              gmail.com            


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

      parent reply	other threads:[~2015-11-17 16:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17 14:22 [ECOS] " Privat
2015-11-17 15:05 ` Jerzy Dyrda
2015-11-17 16:27 ` Grant Edwards [this message]

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='n2fkft$99f$1@ger.gmane.org' \
    --to=grant.b.edwards@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).