Changes between Version 3 and Version 4 of venice/ethernet


Ignore:
Timestamp:
11/10/2022 07:21:23 PM (21 months ago)
Author:
Ryan Erbstoesser
Comment:

add bootloader var

Legend:

Unmodified
Added
Removed
Modified
  • venice/ethernet

    v3 v4  
    2121|| GW710x  || J16  || Ethernet || eth0 || eth0 || IMX8MM FEC RGMII GPY111 || Passive 8-60V PoE ||
    2222 * Port ordering above is from leftmost RJ45 on board when viewing the front-panel
    23  * if 'net.ifnames=0' kernel parameter is specified network interfaces on enumerated busses such as pci/usb are numbered sequentially (ie eth1 instead of enp6s0). See [https://systemd.io/PREDICTABLE_INTERFACE_NAMES/ Predictable Interface Names] for details
    24  * for boards like the GW740x which have a multi-port GbE switch, bandwidth is shared across the downstream ports
     23 * If 'net.ifnames=0' kernel parameter is specified network interfaces on enumerated busses such as pci/usb are numbered sequentially (ie eth1 instead of enp6s0). See [https://systemd.io/PREDICTABLE_INTERFACE_NAMES/ Predictable Interface Names] for details
     24  * Bootloader variable example:
     25{{{
     26u-boot=> print bootargs
     27bootargs=net.ifnames=0
     28u-boot=>
     29    }}}
     30 * For boards like the GW740x which have a multi-port GbE switch, bandwidth is shared across the downstream ports
    2531