aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-11-01 15:16:01 +0200
committerPaul Sokolovsky2017-11-01 15:16:01 +0200
commit3a9b15fd79c1d1692d529b2b281e2862e9b31179 (patch)
treec0ab1b2453bca6f62530d726848059be8c00ef65
parent58c785632fc7c4e16885eeb1440b8272069f5190 (diff)
zephyr/README: "make qemu" was replaced with "make run".
-rw-r--r--ports/zephyr/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/zephyr/README.md b/ports/zephyr/README.md
index 018b4ce71..6e1ea274b 100644
--- a/ports/zephyr/README.md
+++ b/ports/zephyr/README.md
@@ -46,7 +46,7 @@ Running
To run the resulting firmware in QEMU (for BOARDs like qemu_x86,
qemu_cortex_m3):
- make qemu
+ make run
With the default configuration, networking is now enabled, so you need to
follow instructions in https://wiki.zephyrproject.org/view/Networking-with-Qemu
@@ -110,4 +110,4 @@ To make a minimal build:
To run a minimal build in QEMU without requiring TAP networking setup
run the following after you built image with the previous command:
- ./make-minimal BOARD=<qemu_x86|qemu_cortex_m3> qemu
+ ./make-minimal BOARD=<qemu_x86|qemu_cortex_m3> run