Skip to content

Commit

Permalink
doc: point to new zephyr sdk: 0.16.4
Browse files Browse the repository at this point in the history
Change docs to point to new Zephyr SDK.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Nov 23, 2023
1 parent 5a32efb commit 893c5ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/develop/getting_started/installation_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ The Zephyr SDK supports the following target architectures:
Follow these steps to install the Zephyr SDK:

#. Download and verify the `Zephyr SDK bundle
<https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.3>`_:
<https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.4>`_:

.. code-block:: bash
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linux-x86_64.tar.xz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/sha256.sum | shasum --check --ignore-missing
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.4/zephyr-sdk-0.16.4_linux-x86_64.tar.xz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.4/sha256.sum | shasum --check --ignore-missing
You can change ``0.16.3`` to another version if needed; the `Zephyr SDK
You can change ``0.16.4`` 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
Expand All @@ -246,13 +246,13 @@ Follow these steps to install the Zephyr SDK:
.. code-block:: bash
cd <sdk download directory>
tar xvf zephyr-sdk-0.16.3_linux-x86_64.tar.xz
tar xvf zephyr-sdk-0.16.4_linux-x86_64.tar.xz
#. Run the Zephyr SDK bundle setup script:

.. code-block:: bash
cd zephyr-sdk-0.16.3
cd zephyr-sdk-0.16.4
./setup.sh
If this fails, make sure Zephyr's dependencies were installed as described
Expand All @@ -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.16.3`` directory and, when
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.16.4`` directory and, when
extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.16.3``.
``$HOME/zephyr-sdk-0.16.4``.

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
Expand Down

0 comments on commit 893c5ca

Please sign in to comment.