Lines Matching +full:xplained +full:- +full:boards

1 .. zephyr:code-sample:: gptp
3 :relevant-api: gptp ptp_time
5 Enable gPTP support and monitor functionality using net-shell.
12 queues) and setup VLANs (if enabled). The net-shell is also enabled so that
29 embedded device like NXP FRDM-K64F, Nucleo-H743-ZI, Nucleo-H745ZI-Q,
30 Nucleo-F767ZI or Atmel SAM-E70 Xplained. Note that gPTP is only supported for
31 boards that have an Ethernet port and which has support for collecting
36 .. zephyr-app-commands::
37 :zephyr-app: samples/net/gptp
42 The net-shell command "**net gptp**" will print out general gPTP information.
52 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be
55 the ``net-setup.sh`` will create VLAN setup automatically with this command:
57 .. code-block:: console
59 ./net-setup.sh -c zeth-vlan.conf
70 .. code-block:: console
76 .. code-block:: console
85 as the default value 800 is too low if you run the gPTP in FRDM-K64F.
90 .. code-block:: console
92 sudo ./gptp enp0s25 -F gptp_cfg.ini
100 .. code-block:: console
106 INFO : GPTP [13:01:14:838] LINKSPEED_100MB - PHY delay
108 INFO : GPTP [13:01:14:838] LINKSPEED_1G - PHY delay
121 .. code-block:: console
134 .. code-block:: console
140 .. code-block:: console
142 sudo ./ptp4l -2 -f gPTP-zephyr.cfg -i zeth -m -q -l 6 -S
144 Use the ``default.cfg`` as a base, copy it to ``gPTP-zephyr.cfg``, and modify
155 You need to enable the ports in the net-tools. If the number of ports is set
159 .. code-block:: console
161 sudo ./net-setup.sh -c zeth0-gptp.conf -i zeth0 start
162 sudo ./net-setup.sh -c zeth1-gptp.conf -i zeth1 start
168 .. code-block:: console
171 sudo ./ptp4l -2 -f gPTP-zephyr.cfg -m -q -l 6 -S -i zeth0
172 sudo ./ptp4l -2 -f gPTP-zephyr.cfg -m -q -l 6 -S -i zeth1
176 .. zephyr-app-commands::
177 :zephyr-app: samples/net/gptp
184 .. code-block:: console
186 build/zephyr/zephyr.exe -attach_uart