doc: networking: Add documentation on qemu_cortex_a53 networking
Add documentation on qemu_cortex_a53 networking Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
This commit is contained in:
parent
5443703dc9
commit
7670ae4c68
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
==================================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue