Changes

Jump to: navigation, search

DESK-MX6-L/Pheripherals/Ethernet

274 bytes added, 15:11, 27 February 2022
Ethernet section update for DESK-MX6-L release
<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.0.0|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"|Oct 2020|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 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" |3.0.0| 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" |Feb 2022| 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" |3.0.0 DESK release
|-
|}
<section end="History" /><section begin="Body" />
==Peripheral Ethernet ==
...
...
[ 23.373438915846] fec 2188000.etherneteth0: registered PHC device 0......[ 14.798116] Micrel KSZ9031 Gigabit PHY 2188000.ethernet supply phy not found, using dummy regulator-1:07: attached PHY driver [ 2.393396Micrel KSZ9031 Gigabit PHY] fec (mii_bus:phy_addr=2188000.ethernet eth0-1: registered PHC device 007, irq=POLL)
...
...
[ 5.235075] Micrel KSZ9031 Gigabit PHY 2188000.ethernet-1:07: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet-1:07, irq=POLL)
[ 5.249686] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
</pre>
...
...
[ 712.364256850105] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[ 7.383799] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 7.417007] device=eth0, hwaddr=fa:2a:07:88:45:42, ipaddr=192.168.0.90, mask=255.255.255.0, gw=255.255.255.255
</pre>
<pre class="workstation-terminal">
root@desk-mx6:~# ifconfig eth0
eth0 Link encap:Ethernet flags=4163<UP,BROADCAST,RUNNING,MULTICAST> HWaddr fa:2a:07:88:45:42mtu 1500 inet addr:192.168.04.90 39 Bcast:192netmask 255.255.168255.0 broadcast 192.255 Mask:255168.2554.255.0 inet6 addr: fe80::f82ae4ec:7ffefff:fe88fe76:4542/fcf7 prefixlen 64 Scope scopeid 0x20<link> ether e6:ec:Link UP BROADCAST RUNNING MULTICAST ef:76:fc:f7 MTU:1500 txqueuelen 1000 Metric:1(Ethernet) RX packets:126363 3588 bytes 762212 (744.3 KiB) RX errors:0 dropped:0 1070 overruns:0 frame:0 TX packets:64259 217 bytes 51775 (50.5 KiB) TX errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:103276957 (98.4 MiB) TX bytes:19090409 (18.2 MiB) root@desk-mx6:~#
</pre>
<pre class="workstation-terminal">
root@imx6qdlxelkdesk-mx6:~# iperf3 -t 5 -c 192.168.04.12547Connecting to host 192.168.04.12547, port 5201[ 5] local 192.168.04.90 39 port 45808 42232 connected to 192.168.04.125 47 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 11.5 4 MBytes 9695.4 2 Mbits/sec 0 156 132 KBytes [ 5] 1.00-2.00 sec 11.2 1 MBytes 9392.8 Mbits/sec 0 191 146 KBytes [ 5] 2.00-3.00 sec 11.2 0 MBytes 9392.8 3 Mbits/sec 0 212 146 KBytes [ 5] 3.00-4.00 sec 11.2 0 MBytes 9392.8 3 Mbits/sec 0 212 146 KBytes [ 5] 4.00-5.00 sec 11.3 1 MBytes 9492.9 8 Mbits/sec 0 242 153 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-5.00 sec 5655.4 5 MBytes 9493.6 1 Mbits/sec 0 sender[ 5] 0.00-5.00 01 sec 55.7 2 MBytes 9392.5 4 Mbits/sec receiver
iperf Done.
root@imx6qdlxelk:~#
</pre>
<section end="Body" />
----
[[Category:AXEL Lite]]
devwiki_user
120
edits

Navigation menu