doc: update SDK version and location
Updating the SDK version to 0.7.1 and the download link for it. Change-Id: I63c4d57fdc96f60426af8610c7f9ac69e79fe69c Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
b897415a3c
commit
ce3b2bd94c
1 changed files with 9 additions and 9 deletions
|
@ -25,24 +25,24 @@ Follow these steps to install the SDK on your host system.
|
||||||
|
|
||||||
#. Download the SDK self-extractable binary from:
|
#. Download the SDK self-extractable binary from:
|
||||||
|
|
||||||
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.6-i686-setup.run
|
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.7.1-i686-setup.run
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ wget --user=USERNAME --ask-password \
|
$ wget --user=USERNAME --ask-password \
|
||||||
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.6-i686-setup.run
|
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.7.1-i686-setup.run
|
||||||
|
|
||||||
#. Run the installation binary, type:
|
#. Run the installation binary, type:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ chmod +x zephyr-sdk-0.6-i686-setup.run
|
$ chmod +x zephyr-sdk-0.7.1-i686-setup.run
|
||||||
|
|
||||||
$ sudo ./zephyr-sdk-0.6-i686-setup.run
|
$ sudo ./zephyr-sdk-0.7.1-i686-setup.run
|
||||||
|
|
||||||
|
|
||||||
#. Follow the installation instructions on the screen. The
|
#. Follow the installation instructions on the screen. The
|
||||||
toolchain's default installation location is :file:`/opt/zephyr-sdk/0.6`.
|
toolchain's default installation location is :file:`/opt/zephyr-sdk/`.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -50,15 +50,15 @@ Follow these steps to install the SDK on your host system.
|
||||||
|
|
||||||
Uncompressing SDK for Zephyr 100%
|
Uncompressing SDK for Zephyr 100%
|
||||||
|
|
||||||
Enter target directory for SDK (default: /opt/zephyr-sdk/0.6):
|
Enter target directory for SDK (default: /opt/zephyr-sdk/):
|
||||||
|
|
||||||
#. Enter a new location or hit :kbd:`Return` to accept default.
|
#. Enter a new location or hit :kbd:`Return` to accept default.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
Installing SDK to /opt/zephyr-sdk/0.6
|
Installing SDK to /opt/zephyr-sdk/
|
||||||
|
|
||||||
Creating directory /opt/zephyr-sdk/0.6
|
Creating directory /opt/zephyr-sdk/
|
||||||
|
|
||||||
Success
|
Success
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ Follow these steps to install the SDK on your host system.
|
||||||
|
|
||||||
$ export ZEPHYR_GCC_VARIANT=zephyr
|
$ export ZEPHYR_GCC_VARIANT=zephyr
|
||||||
|
|
||||||
$ export ZEPHYR_SDK_INSTALL_DIR=/opt/zephyr-sdk/0.6
|
$ export ZEPHYR_SDK_INSTALL_DIR=/opt/zephyr-sdk/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue