zephyr/samples/net/qemu_setup.rst
Anas Nashif 43b9e7dfe1 net: doc: add section about networking with qemu
Change-Id: I478231b6932c379201deaf4e1ca9ff57b43bd05f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-16 14:04:20 -05:00

32 lines
622 B
ReStructuredText

.. _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