diff options
| author | Joseph Reynolds <jrey@us.ibm.com> | 2018-11-13 16:35:37 -0600 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-11-15 16:48:44 +0000 |
| commit | 19a592a17a170dfc3d7f0099ad6a095cfe0fe6a3 (patch) | |
| tree | 3cb8e946af2641833d039efcfb5749416534395e | |
| parent | 11a30ab1083dda403604d9cb3fc1d0db4c629494 (diff) | |
| download | openbmc-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.md | 2 |
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 ``` |

