Lines Matching +full:board +full:- +full:to +full:- +full:board
1 .. zephyr:code-sample:: telnet-console
3 :relevant-api: shell_api net_core net_if net_mgmt
13 Once up and running, you can connect to the target over the network,
19 - :ref:`networking_with_qemu`
28 These are instructions for how to use this sample application using
29 QEMU on a Linux host connected to a network with DHCP service.
31 To use QEMU for testing, follow the :ref:`networking_with_qemu` guide.
35 .. zephyr-app-commands::
36 :zephyr-app: samples/net/telnet
37 :host-os: unix
38 :board: qemu_x86
44 .. code-block:: console
50 At this point, your QEMU guest is up and running. Connect to the telnet
53 .. code-block:: console
58 Connected to 192.0.2.1.
65 Freedom-K64F Board
68 These are instructions for how to use this sample application running on a
69 Freedom-K64F board. Unlike running it on QEMU, :zephyr:board:`Freedom-K64F board
71 the :file:`prj_frdm_k64f.conf` to set static IPv4 addresses if it is really needed.
74 logs, follow the :zephyr:board:`Freedom-K64F board <frdm_k64f>` documentation section.
76 Connect ethernet cable from :zephyr:board:`Freedom-K64F <frdm_k64f>` board to a
82 .. zephyr-app-commands::
83 :zephyr-app: samples/net/telnet
84 :board: frdm_k64f
88 Flash the resulting Zephyr binary following the :zephyr:board:`Freedom-K64F <frdm_k64f>`
89 board documentation noted above.
91 From your host computer, open a serial console to your board:
93 .. code-block:: console
97 Plug the Ethernet cable to the :zephyr:board:`Freedom-K64F <frdm_k64f>` board.
98 Reset the board, you should see first on the console:
100 .. code-block:: console
102 [dev/eth_mcux] [INF] eth_0_init: Enabled 100M full-duplex mode.
110 .. code-block:: console
118 At this point you should be able to connect via telnet over the network.
121 .. code-block:: console
126 Connected to 192.168.0.1.
132 Wi-Fi
135 The IPv4 Wi-Fi support can be enabled in the sample with
136 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.