tools: net-tools: place net-tools inside tools

Updates references to the net-tools project  to refer to the correct
placement of net-tools under tools.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
Florian Grandel 2024-09-02 12:58:35 +02:00 committed by Mahesh Mahadevan
commit 2d8b272ab5
12 changed files with 47 additions and 28 deletions

View file

@ -21,8 +21,9 @@ which is modeled in Linux as an Ethernet network interface.
Prerequisites
=============
On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
in a separate Git repository:
On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
found in a Zephyr standard installation under the ``tools/net-tools`` directory
or installed stand alone from its own git repository:
.. code-block:: console
@ -116,8 +117,9 @@ Build and start the ``echo_server`` sample application:
Step 2 - run echo-client from net-tools
=======================================
On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
in a separate Git repository:
On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
found in a Zephyr standard installation under the ``tools/net-tools`` directory
or installed stand alone from its own git repository:
.. code-block:: console
@ -156,3 +158,5 @@ troublesome.
.. code-block:: console
./zephyr.exe --eth-if=zeth2
.. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools