forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: doc: add section about networking with qemu
Change-Id: I478231b6932c379201deaf4e1ca9ff57b43bd05f Signed-off-by: Anas Nashif <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ Networking Samples | |
:maxdepth: 1 | ||
:glob: | ||
|
||
qemu_setup.rst | ||
**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _networking_with_qemu: | ||
|
||
Networking with Qemu | ||
#################### | ||
|
||
Follow the instructions described in `QEMU Network Setup`_ to prepare your | ||
environment for testing networking using Qemu. | ||
|
||
Follow the prerequisites described in | ||
|
||
.. code-block:: console | ||
git clone https://gerrit.zephyrproject.org/r/net-tools | ||
cd net-tools | ||
make | ||
From a terminal window, type: | ||
|
||
.. code-block:: console | ||
./loop-socat.sh | ||
Open another terminal window, change directory to the one where net-tools | ||
are | ||
|
||
.. code-block:: console | ||
sudo ./loop-slip-tap.sh | ||
.. _`QEMU Network Setup`: https://wiki.zephyrproject.org/view/Networking-with-Qemu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Samples and Demos | |
|
||
kernel | ||
basic/* | ||
net/* | ||
net/net.rst | ||
sensor/* | ||
grove/* | ||
advanced | ||
|