summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Reynolds <jrey@us.ibm.com>2018-11-13 16:35:37 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-11-15 16:48:44 +0000
commit19a592a17a170dfc3d7f0099ad6a095cfe0fe6a3 (patch)
tree3cb8e946af2641833d039efcfb5749416534395e
parent11a30ab1083dda403604d9cb3fc1d0db4c629494 (diff)
downloadopenbmc-docs-19a592a17a170dfc3d7f0099ad6a095cfe0fe6a3.tar.gz
openbmc-docs-19a592a17a170dfc3d7f0099ad6a095cfe0fe6a3.zip
Development Environment Tutorial - fix QEMU URL
Corrected the URL to the latest x86 QEMU ARM image. Tested: Yes Change-Id: I2d71cecf14cb57f00c8ed35fdef1687dfe7bdf10 Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
-rw-r--r--development/dev-environment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/dev-environment.md b/development/dev-environment.md
index 3fb779f..ba2788b 100644
--- a/development/dev-environment.md
+++ b/development/dev-environment.md
@@ -80,7 +80,7 @@ onto your computer (Mac, Windows, Linux)
1. Download latest openbmc/qemu fork of QEMU application
```
- wget https://openpower.xyz/job/openbmc-qemu-build-merge-x86/lastSuccessfulBuild/artifact/qemu-build/arm-softmmu/qemu-system-arm
+ wget https://openpower.xyz/job/openbmc-qemu-build-merge-x86/lastSuccessfulBuild/artifact/qemu/arm-softmmu/qemu-system-arm
chmod u+x qemu-system-arm
```
OpenPOWER on IntegriCloud