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:
parent
8b8b0a0b4a
commit
2d8b272ab5
12 changed files with 47 additions and 28 deletions
|
@ -22,8 +22,9 @@ virtual connections).
|
|||
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
|
||||
|
||||
|
@ -249,7 +250,7 @@ Terminal #1:
|
|||
.. code-block:: console
|
||||
|
||||
socat PTY,link=/tmp/slip.devMAIN UNIX-LISTEN:/tmp/slip.sockMAIN &
|
||||
sudo $ZEPHYR_BASE/../net-tools/tunslip6 -t tapMAIN -T -s /tmp/slip.devMAIN 2001:db8::1/64 &
|
||||
sudo $ZEPHYR_BASE/../tools/net-tools/tunslip6 -t tapMAIN -T -s /tmp/slip.devMAIN 2001:db8::1/64 &
|
||||
# Now run Zephyr
|
||||
make -Cbuild run QEMU_INSTANCE=MAIN
|
||||
|
||||
|
@ -259,5 +260,7 @@ Terminal #2:
|
|||
.. code-block:: console
|
||||
|
||||
socat PTY,link=/tmp/slip.devOTHER UNIX-LISTEN:/tmp/slip.sockOTHER &
|
||||
sudo $ZEPHYR_BASE/../net-tools/tunslip6 -t tapOTHER -T -s /tmp/slip.devOTHER 2001:db8::1/64 &
|
||||
sudo $ZEPHYR_BASE/../tools/net-tools/tunslip6 -t tapOTHER -T -s /tmp/slip.devOTHER 2001:db8::1/64 &
|
||||
make -Cbuild run QEMU_INSTANCE=OTHER
|
||||
|
||||
.. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue