doc: quick start: installing: New Zephyr SDK 0.6

Updated the SDK location in quick start documentation to the new Zephyr SDK 0.6
hosted in 01.org.

Change-Id: I8a362a27076b81fc867756497fc2cae5b360f4c5
Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>
This commit is contained in:
Javier B Perez Hernandez 2015-09-28 17:46:38 -05:00 committed by Anas Nashif
commit e200eec7a3

View file

@ -88,24 +88,24 @@ Follow these steps to install the SDK on your host system.
#. Download the Yocto self-extractable binary from: #. Download the Yocto self-extractable binary from:
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.5-i686-setup.run https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.6-i686-setup.run
.. code-block:: bash .. code-block:: bash
$ wget --user=USERNAME --ask-password \ $ wget --user=USERNAME --ask-password \
https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.5-i686-setup.run https://zephyr-download.01.org/zephyr-sdk/zephyr-sdk-0.6-i686-setup.run
#. Run the installation binary, type: #. Run the installation binary, type:
.. code-block:: bash .. code-block:: bash
$ chmod +x zephyr-sdk-0.5-i686-setup.run $ chmod +x zephyr-sdk-0.6-i686-setup.run
$ sudo ./zephyr-sdk-0.5-i686-setup.run $ sudo ./zephyr-sdk-0.6-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.5`. toolchain's default installation location is :file:`/opt/zephyr-sdk/0.6`.
.. code-block:: bash .. code-block:: bash
@ -113,15 +113,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.5): Enter target directory for SDK (default: /opt/zephyr-sdk/0.6):
#. Enter a new location or hit :kbd:`Return` to accept default. #. Enter a new location or hit :kbd:`Return` to accept default.
.. code-block:: bash .. code-block:: bash
Installing SDK to /opt/zephyr-sdk/0.5 Installing SDK to /opt/zephyr-sdk/0.6
Creating directory /opt/zephyr-sdk/0.5 Creating directory /opt/zephyr-sdk/0.6
Success Success
@ -144,7 +144,7 @@ Follow these steps to install the SDK on your host system.
$ export ZEPHYR_GCC_VARIANT=yocto $ export ZEPHYR_GCC_VARIANT=yocto
$ export YOCTO_SDK_INSTALL_DIR=/opt/zephyr-sdk/0.5 $ export YOCTO_SDK_INSTALL_DIR=/opt/zephyr-sdk/0.6
Installing a Custom QEMU for ARM Platforms Installing a Custom QEMU for ARM Platforms
========================================== ==========================================
@ -322,4 +322,4 @@ Develop freely, issuing as many commits and rebases as needed.
.. code-block:: bash .. code-block:: bash
$ source zephyr-env.sh $ source zephyr-env.sh