Lines Matching +full:full +full:- +full:duplex
1 .. zephyr:code-sample:: nxp_s32_netc
10 for the different use-cases:
18 The sample enables the net-shell and mdio-shell (only available when Zephyr
28 To run this sample is needed to set-up a host machine running GNU/Linux or Windows
35 To build and run the sample application for use-case 1:
37 .. zephyr-app-commands::
38 :zephyr-app: samples/boards/nxp/s32/netc
44 .. code-block:: console
52 [00:00:07.595,000] <inf> phy_mii: PHY (7) Link speed 1000 Mb, full duplex
58 To build and run the sample application for use-case 2:
60 .. zephyr-app-commands::
61 :zephyr-app: samples/boards/nxp/s32/netc
64 :gen-args: -DDTC_OVERLAY_FILE="./vsi-and-psi.overlay"
68 .. code-block:: console
77 [00:00:07.595,000] <inf> phy_mii: PHY (7) Link speed 1000 Mb, full duplex
97 .. group-tab:: Linux
99 .. code-block:: console
101 ip -4 addr add 192.0.2.3/24 dev enp1s0
102 ip -6 addr add 2001:db8::3/128 dev enp1s0
103 route -A inet6 add default dev enp1s0
105 .. group-tab:: Windows
107 .. code-block:: console
119 .. code-block:: console
121 net ping -I<iface> 192.0.2.3
122 net ping -I<iface> 2001:db8::3