Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6UL-L/Peripherals/Ethernet

232 bytes removed, 11 January
m
U0007 moved page DESK-MX6UL-L/Pheripherals/Ethernet to DESK-MX6UL-L/Peripherals/Ethernet without leaving a redirect
<section begin="History" />
{| style="border-collapse:collapse; "
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
|-
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|1{{oldid|14244|2021/07/20}}| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |First DESK-MX6UL-L release|-| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |{{oldid|16321|2022/03/16}}| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MX6UL-L 3.0.0release|-! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|Apr 20212023/05/04|! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|First DESK -MX6UL-L 4.0.0 release
|-
|}
<section end="History" />
__FORCETOC__
<section begin="Body" />
==Peripheral Ethernet ==
pinctrl-0 = <&pinctrl_enet1>;
phy-mode = "rmii";
phy-handle = <&\ethphy0>;
status = "okay";
compatible = "ethernet-phy-ieee802.3-c22";
reg = <3>;
micrel,led-mode = <1>;
clocks = <&clks IMX6UL_CLK_ENET_REF>;
clock-names = "rmii-ref";
};
};
...
...
[ 21.744506] fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator[ 2.829240] libphy: fec_enet_mii_bus: probed[ 2.846511771162] fec 2188000.ethernet eth0: registered PHC device 0[ 8 23.004148370105] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx......[ 20.262485] Micrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver (mii_bus:phy_addr=2188000.ethernet-1:03, irq=POLL)
...
...
[ 5.364364] Micrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=2188000.ethernet-1:03, irq=POLL)
[ 5.379786] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
</pre>
...
...
[ 8 93.484123046409] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[ 8.503416] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 8.533451] IP-Config: Complete:.[ 8.536868] device=eth0, hwaddr=7a:f5:7c:86:e3:ac, ipaddr=192.168.0.90, mask=255.255.255.0, gw=255.255.255.255
</pre>
<pre class="workstation-terminal">
ifconfrootroot@desk-mx6ul-axelulite:~# ifconfig eth0eth0 Link encap:Ethernet flags=4163<UP,BROADCAST,RUNNING,MULTICAST> HWaddr 7a:f5:7c:86:e3:acmtu 1500 inet addr:192.168.04.90 159 Bcast:192netmask 255.255.168255.0 broadcast 192.255 Mask:255168.2554.255.0 inet6 addr: fe80::78f5bc0a:7cffb6ff:fe86fe9b:e3ac/b0f8 prefixlen 64 Scope scopeid 0x20<link> ether be:Link UP BROADCAST RUNNING MULTICAST 0a:b6:9b:b0:f8 MTU:1500 txqueuelen 1000 Metric:1(Ethernet) RX packets:17910 331 bytes 36636 (35.7 KiB) RX errors:0 dropped:0 47 overruns:0 frame:0 TX packets:7633 77 bytes 11278 (11.0 KiB) TX errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18948844 (18.0 MiB) TX bytes:1515852 (1.4 MiB) root@desk-mx6ul-axelulite:~#
</pre>
<pre class="workstation-terminal">
root@desk-mx6ul-axelulite:~# iperf3 -t 5 -c 192.168.04.12547Connecting to host 192.168.04.12547, port 5201[ 5] local 192.168.04.120 159 port 41332 56244 connected to 192.168.04.125 47 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 1011.7 3 MBytes 9094.0 7 Mbits/sec 0 127 143 KBytes [ 5] 1.00-2.00 sec 10.8 MBytes 90.2 4 Mbits/sec 0 154 143 KBytes [ 5] 2.00-3.00 sec 1110.2 8 MBytes 9390.5 1 Mbits/sec 0 175 150 KBytes [ 5] 3.00-4.00 sec 1110.0 9 MBytes 9291.6 2 Mbits/sec 0 185 150 KBytes [ 5] 4.00-5.00 sec 11.1 MBytes 93.1 Mbits/sec 0 195 KBytes[ 5] 5.00-6.00 sec 11.1 MBytes 93.2 Mbits/sec 0 195 KBytes[ 5] 6.00-7.00 sec 11.1 MBytes 93.4 Mbits/sec 0 212 KBytes[ 5] 7.00-8.00 sec 10.9 MBytes 91.4 Mbits/sec 0 212 KBytes[ 5] 8.00-9.00 sec 11.2 MBytes 9490.3 Mbits/sec 0 212 KBytes[ 5] 9.00-10.00 sec 11.1 MBytes 92.8 Mbits/sec 0 212 157 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-105.00 sec sec 110 54.4 MBytes 9291.5 3 Mbits/sec 0 sender[ 5] 0.00-105.00 05 sec sec 110 54.1 MBytes 9289.1 9 Mbits/sec receiver
iperf Done.
root@desk-mx6ul-axelulite:~#
</pre>
<section end="Body" />
----
[[Category:AXEL ULite]]
8,204
edits