doc: fix references to old board names

Change-Id: I9fd64925095ceb7fe66f276b3633ae7446d68019
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-01 23:57:23 -05:00
commit 8429a29a36
2 changed files with 3 additions and 4 deletions

View file

@ -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`.

View file

@ -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