Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] new beaglebone
@ 2023-03-08 14:35 Dave Taht
  2023-03-09 15:43 ` Aaron Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Taht @ 2023-03-08 14:35 UTC (permalink / raw)
  To: cerowrt-devel

Modestly weird to see 10Mbit ethernet making a comeback, and all these
other non-wifi wireless interfaces, and quad-core A53s.

https://beagleboard.org/play

-- 
Come Heckle Mar 6-9 at: https://www.understandinglatency.com/
Dave Täht CEO, TekLibre, LLC

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

* Re: [Cerowrt-devel] new beaglebone
  2023-03-08 14:35 [Cerowrt-devel] new beaglebone Dave Taht
@ 2023-03-09 15:43 ` Aaron Wood
  2023-03-09 16:18   ` Sebastian Moeller
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Wood @ 2023-03-09 15:43 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

At least for the sub-1GHz 802.15.4, that’s for range that wifi can’t get,
due to its lower signal loss over distance.

But 10Mbut Ethernet’s weird (to me)

-Aaron

On Wed, Mar 8, 2023 at 6:45 AM Dave Taht via Cerowrt-devel <
cerowrt-devel@lists.bufferbloat.net> wrote:

> Modestly weird to see 10Mbit ethernet making a comeback, and all these
> other non-wifi wireless interfaces, and quad-core A53s.
>
> https://beagleboard.org/play
>
> --
> Come Heckle Mar 6-9 at: https://www.understandinglatency.com/
> Dave Täht CEO, TekLibre, LLC
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
-- 
- Sent from my iPhone.

[-- Attachment #2: Type: text/html, Size: 1574 bytes --]

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

* Re: [Cerowrt-devel] new beaglebone
  2023-03-09 15:43 ` Aaron Wood
@ 2023-03-09 16:18   ` Sebastian Moeller
  2023-03-09 16:33     ` Aaron Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Moeller @ 2023-03-09 16:18 UTC (permalink / raw)
  To: Aaron Wood; +Cc: Dave Täht, cerowrt-devel

Hi Aaron,


> On Mar 9, 2023, at 16:43, Aaron Wood via Cerowrt-devel <cerowrt-devel@lists.bufferbloat.net> wrote:
> 
> At least for the sub-1GHz 802.15.4, that’s for range that wifi can’t get, due to its lower signal loss over distance.
> 
> But 10Mbut Ethernet’s weird (to me)

	They also have a Gpbs ethernet port:

Ethernet MAC	2-Port 10/100/1000

I thought al Gbps ethernet is backward compatible to 10 Mbps? At least the systems I looked at with ethtool clsim that much, e.g.:

Settings for eth2:
        Supported ports: [ TP MII FIBRE ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full 
                                             100baseT/Half 100baseT/Full 
                                             1000baseT/Full 
        Link partner advertised pause frame use: Symmetric Receive-only
        Link partner advertised auto-negotiation: Yes
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: external
        Auto-negotiation: on
        MDI-X: Unknown
        Supports Wake-on: pg
        Wake-on: d
        Link detected: yes

And the 10Mb on the block diagram seems to be for 802.3 single-pair ethernet which is probably exotic enough by itelf


> 
> -Aaron
> 
> On Wed, Mar 8, 2023 at 6:45 AM Dave Taht via Cerowrt-devel <cerowrt-devel@lists.bufferbloat.net> wrote:
> Modestly weird to see 10Mbit ethernet making a comeback, and all these
> other non-wifi wireless interfaces, and quad-core A53s.
> 
> https://beagleboard.org/play
> 
> -- 
> Come Heckle Mar 6-9 at: https://www.understandinglatency.com/
> Dave Täht CEO, TekLibre, LLC
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
> -- 
> - Sent from my iPhone.
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel


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

* Re: [Cerowrt-devel] new beaglebone
  2023-03-09 16:18   ` Sebastian Moeller
@ 2023-03-09 16:33     ` Aaron Wood
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Wood @ 2023-03-09 16:33 UTC (permalink / raw)
  To: Sebastian Moeller; +Cc: Dave Täht, cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 3344 bytes --]

/me googles…

802.3cg? 10base-TIS and 10base-TIL are definitely aimed at industry and
automotive.  And look like they’re trying to be alternatives to CAN and
other networks I’m more familiar with (DeviceNet and ControlNet, from
Rockwell Automation)

10base-TIL looks very much like the time-token-bus model that ControlNet
uses.

-Aaron

On Thu, Mar 9, 2023 at 8:18 AM Sebastian Moeller <moeller0@gmx.de> wrote:

> Hi Aaron,
>
>
> > On Mar 9, 2023, at 16:43, Aaron Wood via Cerowrt-devel <
> cerowrt-devel@lists.bufferbloat.net> wrote:
> >
> > At least for the sub-1GHz 802.15.4, that’s for range that wifi can’t
> get, due to its lower signal loss over distance.
> >
> > But 10Mbut Ethernet’s weird (to me)
>
>         They also have a Gpbs ethernet port:
>
> Ethernet MAC    2-Port 10/100/1000
>
> I thought al Gbps ethernet is backward compatible to 10 Mbps? At least the
> systems I looked at with ethtool clsim that much, e.g.:
>
> Settings for eth2:
>         Supported ports: [ TP MII FIBRE ]
>         Supported link modes:   10baseT/Half 10baseT/Full
>                                 100baseT/Half 100baseT/Full
>                                 1000baseT/Full
>         Supported pause frame use: Symmetric
>         Supports auto-negotiation: Yes
>         Supported FEC modes: Not reported
>         Advertised link modes:  10baseT/Half 10baseT/Full
>                                 100baseT/Half 100baseT/Full
>                                 1000baseT/Full
>         Advertised pause frame use: Symmetric
>         Advertised auto-negotiation: Yes
>         Advertised FEC modes: Not reported
>         Link partner advertised link modes:  10baseT/Half 10baseT/Full
>                                              100baseT/Half 100baseT/Full
>                                              1000baseT/Full
>         Link partner advertised pause frame use: Symmetric Receive-only
>         Link partner advertised auto-negotiation: Yes
>         Link partner advertised FEC modes: Not reported
>         Speed: 1000Mb/s
>         Duplex: Full
>         Port: Twisted Pair
>         PHYAD: 1
>         Transceiver: external
>         Auto-negotiation: on
>         MDI-X: Unknown
>         Supports Wake-on: pg
>         Wake-on: d
>         Link detected: yes
>
> And the 10Mb on the block diagram seems to be for 802.3 single-pair
> ethernet which is probably exotic enough by itelf
>
>
> >
> > -Aaron
> >
> > On Wed, Mar 8, 2023 at 6:45 AM Dave Taht via Cerowrt-devel <
> cerowrt-devel@lists.bufferbloat.net> wrote:
> > Modestly weird to see 10Mbit ethernet making a comeback, and all these
> > other non-wifi wireless interfaces, and quad-core A53s.
> >
> > https://beagleboard.org/play
> >
> > --
> > Come Heckle Mar 6-9 at: https://www.understandinglatency.com/
> > Dave Täht CEO, TekLibre, LLC
> > _______________________________________________
> > Cerowrt-devel mailing list
> > Cerowrt-devel@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/cerowrt-devel
> > --
> > - Sent from my iPhone.
> > _______________________________________________
> > Cerowrt-devel mailing list
> > Cerowrt-devel@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
> --
- Sent from my iPhone.

[-- Attachment #2: Type: text/html, Size: 4987 bytes --]

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

end of thread, other threads:[~2023-03-09 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 14:35 [Cerowrt-devel] new beaglebone Dave Taht
2023-03-09 15:43 ` Aaron Wood
2023-03-09 16:18   ` Sebastian Moeller
2023-03-09 16:33     ` Aaron Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox