doc: fix references to old board names
Change-Id: I9fd64925095ceb7fe66f276b3633ae7446d68019 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
78e1b0efe1
commit
8429a29a36
2 changed files with 3 additions and 4 deletions
|
@ -21,8 +21,7 @@ Prerequisites
|
|||
-------------
|
||||
|
||||
* You must have already generated a .elf image file for a
|
||||
QEMU-supported board configuration, such as
|
||||
basic_cortex_m3 or basic_minuteia.
|
||||
QEMU-supported board configuration, such as qemu_cortex_m3 or qemu_x86.
|
||||
|
||||
* The environment variable must be set for each console
|
||||
terminal using :ref:`apps_common_procedures`.
|
||||
|
|
|
@ -79,13 +79,13 @@ application that invokes QEMU once the build process is completed.
|
|||
|
||||
$ make qemu
|
||||
|
||||
To run an application using the x86 minnowboard board configuration, type:
|
||||
To run an application using the x86 emulation board configuration (qemu_x86), type:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ make BOARD=qemu_x86 qemu
|
||||
|
||||
To run an application using the ARM basic_cortex_m3 board configuration, type:
|
||||
To run an application using the ARM qemu_cortex_m3 board configuration, type:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue