aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-12-14 14:08:37 +0200
committerDamien George2018-05-21 10:35:16 +1000
commit10500459792ce23c282515fff2c8844c66eadec0 (patch)
tree6dcc22f9a254695f294c8c9cd3fa8a6847cfbd08 /ports/zephyr
parent3ea0862a6e3c97f6224548c41a225f270df4d205 (diff)
zephyr/README: Hint about existence of qemu_x86_nommu.
Diffstat (limited to 'ports/zephyr')
-rw-r--r--ports/zephyr/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/README.md b/ports/zephyr/README.md
index 6e1ea274b..f7001af4b 100644
--- a/ports/zephyr/README.md
+++ b/ports/zephyr/README.md
@@ -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> run
+ ./make-minimal BOARD=<qemu_x86_nommu|qemu_x86|qemu_cortex_m3> run