Home Forums Hardware discussions Confused about network devices

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388
    jernst
    Participant

    I’m confused about network devices on the EspressoBin.

    ip link

    only shows eth0, I was also expecting an eth1 and eth2, given that there are three phyiscal interfaces. How exactly do I configure the others?

    #390
    Anonymous
    Inactive

    ifconfig -a

    will list all detected interfaces, then you can use

    ip link set dev XXX up
    ifconfig XXX 192.168.1.1 netmask 255.255.255.0 up

    eth0 is the RGMII device interfacing to the switch, the switch ports have names like “wan” and “lan0”. These names are defined in the flat device tree file (*.dtb) loaded by u-boot.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Signup to our newsletter

Technical specification tables can not be displayed on mobile. Please view on desktop