From e200eec7a36655e83613dba90e01053bcc98fd4c Mon Sep 17 00:00:00 2001 From: Javier B Perez Hernandez Date: Mon, 28 Sep 2015 17:46:38 -0500 Subject: [PATCH] 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 --- doc/quick_start/installing.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/quick_start/installing.rst b/doc/quick_start/installing.rst index 672d1332b70..1bb9475b967 100644 --- a/doc/quick_start/installing.rst +++ b/doc/quick_start/installing.rst @@ -88,24 +88,24 @@ Follow these steps to install the SDK on your host system. #. 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 $ 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: .. 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 - 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 @@ -113,15 +113,15 @@ Follow these steps to install the SDK on your host system. 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. .. 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 @@ -144,7 +144,7 @@ Follow these steps to install the SDK on your host system. $ 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 ========================================== @@ -322,4 +322,4 @@ Develop freely, issuing as many commits and rebases as needed. .. code-block:: bash - $ source zephyr-env.sh \ No newline at end of file + $ source zephyr-env.sh