Searched refs:QEMU (Results 1 – 25 of 238) sorted by relevance
12345678910
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 3 Networking with QEMU User 11 using QEMU SLIRP with Zephyr. 17 QEMU and uses that stack to implement a virtual NAT'd network. As there are 20 By default, QEMU uses the ``10.0.2.X/24`` network and runs a gateway at 22 this gateway, which will filter out packets based on the QEMU command line 40 Once this configuration option is enabled, all QEMU launches will use SLIRP. 43 communicate to the QEMU gateway, and any data intended for the host machine 44 will be dropped by QEMU. 46 In general, QEMU User Networking can take in a lot of arguments including, 52 * Tell QEMU to start DHCP server at user-defined IP address. [all …]
|
D | qemu_setup.rst | 3 Networking with QEMU 11 and a Zephyr application running in a QEMU virtual machine (built for Zephyr 13 qemu_cortex_a53) only support a single UART, in this case QEMU Ethernet is 17 the Zephyr source distribution is run in QEMU. The QEMU instance is 54 Before starting QEMU with network emulation, a Unix socket for the emulation 76 Step 3 - Start app in QEMU 90 If you see an error from QEMU about unix:/tmp/slip.sock, it means you missed Step 1 97 application running in QEMU. 135 When you are finished with network testing using QEMU, you should stop 139 networking with QEMU to using real hardware, or to return your host [all …]
|
D | qemu_eth_setup.rst | 3 Networking with QEMU Ethernet 11 and a Zephyr application running in QEMU. 14 the Zephyr source distribution is run in QEMU. The Zephyr instance is 41 driver for QEMU connectivity: 55 Before starting QEMU with network connectivity, a network interface 72 Step 2 - Start app in QEMU board 88 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
D | networking_with_host.rst | 25 * QEMU using SLIP (Serial Line Internet Protocol). 31 * QEMU using built-in Ethernet driver. 33 * Here IP packets are exchanged between Zephyr and the host system via QEMU's 34 built-in Ethernet driver. Not all QEMU boards support built-in Ethernet so 38 * QEMU using SLIRP (Qemu User Networking). 40 * QEMU User Networking is implemented using "slirp", which provides a full TCP/IP 41 stack within QEMU and uses that stack to implement a virtual NAT'd network. As 42 this support is built into QEMU, it can be used with any model and requires no 75 * If you have multiple Zephyr instances, either QEMU or native_sim ones,
|
/Zephyr-latest/boards/qemu/riscv64/doc/ |
D | index.rst | 6 The RISCV64 QEMU board configuration is used to emulate the RISCV64 architecture. 8 Get the Toolchain and QEMU 13 with toolchain and QEMU support for the RISCV64 architecture is v0.10.2. 28 configuration to run basic Zephyr applications and kernel tests in the QEMU 38 QEMU, and display the following console output: 54 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/boards/qemu/xtensa/doc/ |
D | index.rst | 6 The QEMU board configuration is used to emulate the Xtensa architecture. This board 12 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU 22 QEMU, and display the following console output: 38 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/boards/ |
D | Kconfig | 45 Mark all QEMU targets with this variable for checking whether we are 66 bool "QEMU icount mode" 70 Enable QEMU virtual instruction counter. The virtual cpu will 75 int "QEMU icount shift value" 82 bool "QEMU icount sleep mode enable" 93 int "QEMU ivshmem-plain shared memory size in mega-bytes" 102 bool "QEMU uses UEFI to boot up" 106 This option indicates that QEMU will use UEFI bootable method 110 string "QEMU gdbserver listen device" 114 This options is passed onto QEMU as a parameter to `-gdb` option. [all …]
|
/Zephyr-latest/boards/qemu/leon3/doc/ |
D | index.rst | 6 The LEON3 QEMU board configuration is used to emulate the LEON3 processor. 19 configuration to run basic Zephyr applications and kernel tests in the QEMU 29 QEMU, and display the following console output: 45 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/boards/qemu/arc/ |
D | board.cmake | 21 # For old QEMU we had 'simhs' qemu board, however we are going to rename it 22 # to 'virt' board. It will be renamed in ARC QEMU in the nearest Zephyr SDK 23 # (where ARCv3 HS6x support will be added to QEMU) 24 # Let's rely on the QEMU defaults instead of specifying exact board name,
|
/Zephyr-latest/boards/qemu/riscv32/doc/ |
D | index.rst | 6 The RISCV32 QEMU board configuration is used to emulate the RISCV32 architecture. 19 configuration to run basic Zephyr applications and kernel tests in the QEMU 29 QEMU, and display the following console output: 45 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/soc/ti/lm3s6965/ |
D | Kconfig.soc | 12 # Platform has only been tested on QEMU, not on real hardware, so always 13 # assume it is used for a QEMU target.
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | README.rst | 25 running it inside QEMU as described in :ref:`networking_with_qemu`. 62 You can run this ``http-client`` sample application in QEMU 65 To use QEMU for testing, follow the :ref:`networking_with_qemu` guide. 73 Run ``http-client`` application in QEMU: 84 before you start the http-client application in QEMU. 85 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/samples/net/sockets/websocket_client/ |
D | README.rst | 26 running it inside QEMU as described in :ref:`networking_with_qemu`. 60 You can run this ``websocket-client`` sample application in QEMU 65 To use QEMU for testing, follow the :ref:`networking_with_qemu` guide. 79 Run ``websocket-client`` application in QEMU: 91 application in QEMU. Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig | 30 string "Network interface name for QEMU" 34 The network interface name for QEMU. This value is given as 36 interface must be created before starting QEMU. The net-setup.sh 41 string "Extra arguments to QEMU -nic option" 45 Extra arguments passed to QEMU -nic option when Ethernet Networking 47 Zephyr instance. This option can contain multiple QEMU option 48 arguments. Each QEMU argument must be separated by comma "," and no
|
D | Kconfig.xlnx_gem | 22 Value of the -nic parameter to be used when starting QEMU. 24 shall be simulated by QEMU.
|
/Zephyr-latest/boards/qemu/riscv32_xip/doc/ |
D | index.rst | 6 The RISCV32 XIP QEMU board configuration is used to emulate the RISCV32 architecture. 19 configuration to run basic Zephyr applications and kernel tests in the QEMU 29 QEMU, and display the following console output: 47 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/boards/qemu/x86/ |
D | Kconfig.defconfig | 64 # This is needed for QEMU to load the ELF image 68 # QEMU presents a PC-compatible machine 86 # This is needed for QEMU to load the ELF image 90 # QEMU presents a PC-compatible machine
|
/Zephyr-latest/boards/qemu/riscv32e/doc/ |
D | index.rst | 6 The RISCV32E QEMU board configuration is used to emulate the RISCV32 (RV32E) architecture. 19 configuration to run basic Zephyr applications and kernel tests in the QEMU 29 QEMU, and display the following console output: 47 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an385.dts | 15 * FVP does not support uart3 and uart4 whilst QEMU does. 16 * So if using QEMU, you might want to comment out the following two lines
|
/Zephyr-latest/boards/qemu/cortex_a53/doc/ |
D | index.rst | 6 This board configuration will use QEMU to emulate a generic Cortex-A53 hardware 59 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU 69 QEMU, and display the following console output: 83 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`. 93 The board supports the QEMU built-in Ethernet adapter to connect to the host
|
/Zephyr-latest/boards/qemu/cortex_a53/ |
D | Kconfig.defconfig | 23 # QEMU PCI requires at least 256M of virtual space 27 # QEMU PCI requires physical addresses with more than 32 bits
|
/Zephyr-latest/samples/hello_world/ |
D | README.rst | 15 This application can be built and executed on QEMU as follows: 33 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
/Zephyr-latest/samples/cpp/hello_world/ |
D | README.rst | 15 This configuration can be built and executed on QEMU as follows: 33 Exit QEMU by pressing :kbd:`CTRL+C`
|
/Zephyr-latest/boards/qemu/ |
D | index.rst | 3 QEMU chapter
|
/Zephyr-latest/boards/qemu/arc/doc/ |
D | index.rst | 6 This board configuration will use QEMU to emulate set of generic 66 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU 78 QEMU, and display the following console output: 88 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
|
12345678910