Skip to content

Commit

Permalink
Update development guide to use new SDK file name
Browse files Browse the repository at this point in the history
A yocto update changed the name of the SDK file. The change was from
armv6 to arm1176jzs. Update the documentation to reflect this.

Change-Id: Ic22786881a2d5884ac6fd7965007ea8c714b8661
Signed-off-by: Andrew Geissler <[email protected]>
  • Loading branch information
geissonator authored and gtmills committed Oct 8, 2019
1 parent 720b7ce commit 5cc3a78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions development/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ and directories.
mkdir -p ~/sdk
cd ~/sdk
wget https://openpower.xyz/job/openbmc-build-sdk/distro=ubuntu,target=romulus/lastSuccessfulBuild/artifact/deploy/sdk/oecore-x86_64-armv6-toolchain-nodistro.0.sh
wget https://openpower.xyz/job/openbmc-build-sdk/distro=ubuntu,target=romulus/lastSuccessfulBuild/artifact/deploy/sdk/oecore-x86_64-arm1176jzs-toolchain-nodistro.0.sh
chmod u+x oecore-x86_64-armv6-toolchain-nodistro.0.sh
chmod u+x oecore-x86_64-arm1176jzs-toolchain-nodistro.0.sh
```

2. Install the SDK
Expand All @@ -156,15 +156,15 @@ and directories.
previous step.

```
./oecore-x86_64-armv6-toolchain-nodistro.0.sh
./oecore-x86_64-arm1176jzs-toolchain-nodistro.0.sh
```

The installation script will indicate progress and give completion messages
like this:
```
SDK has been successfully set up and is ready to be used.
Each time you wish to use the SDK in a new shell session, you need to source
the environment setup script e.g. $ . /...path-to-sdk.../environment-setup-armv6-openbmc-linux-gnueabi
the environment setup script e.g. $ . /...path-to-sdk.../environment-setup-arm1176jzs-openbmc-linux-gnueabi
```

3. Source yourself into the SDK
Expand Down

0 comments on commit 5cc3a78

Please sign in to comment.