Update the Getting Started Guide and the Zephyr SDK documentation to
point to the Zephyr SDK 0.15.0 release.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
pull/49642/head
Stephanos Ioannidis3 years agocommitted byCarles Cufí
@ -495,8 +495,8 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -495,8 +495,8 @@ that are used to emulate, flash and debug Zephyr applications.
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace ``x86_64``
with ``aarch64`` in order to download the 64-bit ARM Linux SDK.
@ -505,7 +505,7 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -505,7 +505,7 @@ that are used to emulate, flash and debug Zephyr applications.
..code-block:: bash
tar xvf zephyr-sdk-0.14.2_linux-x86_64.tar.gz
tar xvf zephyr-sdk-0.15.0_linux-x86_64.tar.gz
..note::
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -517,15 +517,15 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -517,15 +517,15 @@ that are used to emulate, flash and debug Zephyr applications.
* ``/opt``
* ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.0`` directory and, when
extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.2``.
``$HOME/zephyr-sdk-0.15.0``.
#. Run the Zephyr SDK bundle setup script:
..code-block:: bash
cd zephyr-sdk-0.14.2
cd zephyr-sdk-0.15.0
./setup.sh
..note::
@ -539,7 +539,7 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -539,7 +539,7 @@ that are used to emulate, flash and debug Zephyr applications.
@ -550,8 +550,8 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -550,8 +550,8 @@ that are used to emulate, flash and debug Zephyr applications.
If your host architecture is 64-bit ARM (Apple Silicon, also known as M1), replace
``x86_64`` with ``aarch64`` in order to download the 64-bit ARM macOS SDK.
@ -560,7 +560,7 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -560,7 +560,7 @@ that are used to emulate, flash and debug Zephyr applications.
..code-block:: bash
tar xvf zephyr-sdk-0.14.2_macos-x86_64.tar.gz
tar xvf zephyr-sdk-0.15.0_macos-x86_64.tar.gz
..note::
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -572,15 +572,15 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -572,15 +572,15 @@ that are used to emulate, flash and debug Zephyr applications.
* ``/opt``
* ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.0`` directory and, when
extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.2``.
``$HOME/zephyr-sdk-0.15.0``.
#. Run the Zephyr SDK bundle setup script:
..code-block:: bash
cd zephyr-sdk-0.14.2
cd zephyr-sdk-0.15.0
./setup.sh
..note::
@ -599,13 +599,13 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -599,13 +599,13 @@ that are used to emulate, flash and debug Zephyr applications.
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -613,15 +613,15 @@ that are used to emulate, flash and debug Zephyr applications.
@@ -613,15 +613,15 @@ that are used to emulate, flash and debug Zephyr applications.
* ``%HOMEPATH%``
* ``%PROGRAMFILES%``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.0`` directory and, when
extracted under ``%HOMEPATH%``, the resulting installation path will be
You can change ``0.14.2`` to another version if needed; the `Zephyr SDK
You can change ``0.15.0`` to another version if needed; the `Zephyr SDK
Releases`_ page contains all available SDK releases.
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace
@ -246,13 +246,13 @@ Follow these steps to install the Zephyr SDK:
@@ -246,13 +246,13 @@ Follow these steps to install the Zephyr SDK:
..code-block:: bash
cd <sdk download directory>
tar xvf zephyr-sdk-0.14.2_linux-x86_64.tar.gz
tar xvf zephyr-sdk-0.15.0_linux-x86_64.tar.gz
#. Run the Zephyr SDK bundle setup script:
..code-block:: bash
cd zephyr-sdk-0.14.2
cd zephyr-sdk-0.15.0
./setup.sh
If this fails, make sure Zephyr's dependencies were installed as described
@ -271,9 +271,9 @@ If you relocate the SDK directory, you need to re-run the setup script.
@@ -271,9 +271,9 @@ If you relocate the SDK directory, you need to re-run the setup script.
* ``/opt``
* ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.0`` directory and, when
extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.2``.
``$HOME/zephyr-sdk-0.15.0``.
If you install the Zephyr SDK outside any of these locations, you must
register the Zephyr SDK in the CMake package registry by running the setup
You can change ``0.14.2`` to another version if needed; the `Zephyr SDK
You can change ``0.15.0`` to another version if needed; the `Zephyr SDK
Releases`_ page contains all available SDK releases.
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace
@ -79,13 +79,13 @@ Install Zephyr SDK on Linux
@@ -79,13 +79,13 @@ Install Zephyr SDK on Linux
..code-block:: bash
cd <sdk download directory>
tar xvf zephyr-sdk-0.14.2_linux-x86_64.tar.gz
tar xvf zephyr-sdk-0.15.0_linux-x86_64.tar.gz
#. Run the Zephyr SDK bundle setup script:
..code-block:: bash
cd zephyr-sdk-0.14.2
cd zephyr-sdk-0.15.0
./setup.sh
If this fails, make sure Zephyr's dependencies were installed as described
@ -105,9 +105,9 @@ If you relocate the SDK directory, you need to re-run the setup script.
@@ -105,9 +105,9 @@ If you relocate the SDK directory, you need to re-run the setup script.
* ``/opt``
* ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.0`` directory and, when
extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.2``.
``$HOME/zephyr-sdk-0.15.0``.
.._toolchain_zephyr_sdk_install_macos:
@ -119,8 +119,8 @@ Install Zephyr SDK on macOS
@@ -119,8 +119,8 @@ Install Zephyr SDK on macOS