Commit 7670ae4c authored by Grant Ramsay's avatar Grant Ramsay Committed by Carles Cufi
Browse files

doc: networking: Add documentation on qemu_cortex_a53 networking



Add documentation on qemu_cortex_a53 networking

Signed-off-by: default avatarGrant Ramsay <gramsay@enphaseenergy.com>
parent 5443703d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ driver for QEMU connectivity:
  Ethernet driver. Driver is called ``stellaris`` in Zephyr source tree.
* For ``mps2_an385``, select ``SMSC911x/9220 Ethernet driver`` Ethernet driver.
  Driver is called ``smsc911x`` in Zephyr source tree.
* For ``qemu_cortex_a53``, ``Intel(R) PRO/1000 Gigabit Ethernet driver``
  Ethernet driver is selected by default.

Step 1 - Create Ethernet interface
==================================
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ Networking with QEMU

This page describes how to set up a virtual network between a (Linux) host
and a Zephyr application running in a QEMU virtual machine (built for Zephyr
targets such as qemu_x86 and qemu_cortex_m3).
targets such as qemu_x86 and qemu_cortex_m3). Some virtual ARM boards (such as
qemu_cortex_a53) only support a single UART, in this case QEMU Ethernet is
preferred, see :ref:`networking_with_eth_qemu` for details.

In this example, the :ref:`sockets-echo-server-sample` sample application from
the Zephyr source distribution is run in QEMU. The QEMU instance is