doc: Update to Zephyr SDK 0.14.2

Update the Getting Started Guide to point to the Zephyr SDK 0.14.2
release.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-05-16 13:49:19 +09:00 committed by Marti Bolivar
commit 2d8c45c1e0
2 changed files with 25 additions and 25 deletions

View file

@ -485,8 +485,8 @@ as custom QEMU and OpenOCD builds.
.. code-block:: bash .. code-block:: bash
cd ~ cd ~
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/zephyr-sdk-0.14.1_linux-x86_64.tar.gz wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_linux-x86_64.tar.gz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/sha256.sum | shasum --check --ignore-missing wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/sha256.sum | shasum --check --ignore-missing
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace ``x86_64`` 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. with ``aarch64`` in order to download the 64-bit ARM Linux SDK.
@ -495,7 +495,7 @@ as custom QEMU and OpenOCD builds.
.. code-block:: bash .. code-block:: bash
tar xvf zephyr-sdk-0.14.1_linux-x86_64.tar.gz tar xvf zephyr-sdk-0.14.2_linux-x86_64.tar.gz
.. note:: .. note::
It is recommended to extract the Zephyr SDK bundle at one of the following locations: It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -507,15 +507,15 @@ as custom QEMU and OpenOCD builds.
* ``/opt`` * ``/opt``
* ``/usr/local`` * ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.1`` directory and, when The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
extracted under ``$HOME``, the resulting installation path will be extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.1``. ``$HOME/zephyr-sdk-0.14.2``.
#. Run the Zephyr SDK bundle setup script: #. Run the Zephyr SDK bundle setup script:
.. code-block:: bash .. code-block:: bash
cd zephyr-sdk-0.14.1 cd zephyr-sdk-0.14.2
./setup.sh ./setup.sh
.. note:: .. note::
@ -529,7 +529,7 @@ as custom QEMU and OpenOCD builds.
.. code-block:: bash .. code-block:: bash
sudo cp ~/zephyr-sdk-0.14.1/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d sudo cp ~/zephyr-sdk-0.14.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
sudo udevadm control --reload sudo udevadm control --reload
.. group-tab:: macOS .. group-tab:: macOS
@ -540,8 +540,8 @@ as custom QEMU and OpenOCD builds.
.. code-block:: bash .. code-block:: bash
cd ~ cd ~
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/zephyr-sdk-0.14.1_macos-x86_64.tar.gz wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_macos-x86_64.tar.gz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/sha256.sum | shasum --check --ignore-missing wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/sha256.sum | shasum --check --ignore-missing
If your host architecture is 64-bit ARM (Apple Silicon, also known as M1), replace 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. ``x86_64`` with ``aarch64`` in order to download the 64-bit ARM macOS SDK.
@ -550,7 +550,7 @@ as custom QEMU and OpenOCD builds.
.. code-block:: bash .. code-block:: bash
tar xvf zephyr-sdk-0.14.1_macos-x86_64.tar.gz tar xvf zephyr-sdk-0.14.2_macos-x86_64.tar.gz
.. note:: .. note::
It is recommended to extract the Zephyr SDK bundle at one of the following locations: It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -562,15 +562,15 @@ as custom QEMU and OpenOCD builds.
* ``/opt`` * ``/opt``
* ``/usr/local`` * ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.1`` directory and, when The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
extracted under ``$HOME``, the resulting installation path will be extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.1``. ``$HOME/zephyr-sdk-0.14.2``.
#. Run the Zephyr SDK bundle setup script: #. Run the Zephyr SDK bundle setup script:
.. code-block:: bash .. code-block:: bash
cd zephyr-sdk-0.14.1 cd zephyr-sdk-0.14.2
./setup.sh ./setup.sh
.. note:: .. note::
@ -589,13 +589,13 @@ as custom QEMU and OpenOCD builds.
.. code-block:: console .. code-block:: console
cd %HOMEPATH% cd %HOMEPATH%
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/zephyr-sdk-0.14.1_windows-x86_64.zip wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_windows-x86_64.zip
#. Extract the Zephyr SDK bundle archive: #. Extract the Zephyr SDK bundle archive:
.. code-block:: console .. code-block:: console
unzip zephyr-sdk-0.14.1_windows-x86_64.zip unzip zephyr-sdk-0.14.2_windows-x86_64.zip
.. note:: .. note::
It is recommended to extract the Zephyr SDK bundle at one of the following locations: It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@ -603,15 +603,15 @@ as custom QEMU and OpenOCD builds.
* ``%HOMEPATH%`` * ``%HOMEPATH%``
* ``%PROGRAMFILES%`` * ``%PROGRAMFILES%``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.1`` directory and, when The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
extracted under ``%HOMEPATH%``, the resulting installation path will be extracted under ``%HOMEPATH%``, the resulting installation path will be
``%HOMEPATH%\zephyr-sdk-0.14.1``. ``%HOMEPATH%\zephyr-sdk-0.14.2``.
#. Run the Zephyr SDK bundle setup script: #. Run the Zephyr SDK bundle setup script:
.. code-block:: console .. code-block:: console
cd zephyr-sdk-0.14.1 cd zephyr-sdk-0.14.2
setup.cmd setup.cmd
.. note:: .. note::

View file

@ -234,10 +234,10 @@ Follow these steps to install the Zephyr SDK:
.. code-block:: bash .. code-block:: bash
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/zephyr-sdk-0.14.1_linux-x86_64.tar.gz wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_linux-x86_64.tar.gz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.1/sha256.sum | shasum --check --ignore-missing wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/sha256.sum | shasum --check --ignore-missing
You can change ``0.14.1`` to another version if needed; the `Zephyr SDK You can change ``0.14.2`` to another version if needed; the `Zephyr SDK
Releases`_ page contains all available SDK releases. Releases`_ page contains all available SDK releases.
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace
@ -248,13 +248,13 @@ Follow these steps to install the Zephyr SDK:
.. code-block:: bash .. code-block:: bash
cd <sdk download directory> cd <sdk download directory>
tar xvf zephyr-sdk-0.14.1_linux-x86_64.tar.gz tar xvf zephyr-sdk-0.14.2_linux-x86_64.tar.gz
#. Run the Zephyr SDK bundle setup script: #. Run the Zephyr SDK bundle setup script:
.. code-block:: bash .. code-block:: bash
cd zephyr-sdk-0.14.1 cd zephyr-sdk-0.14.2
./setup.sh ./setup.sh
If this fails, make sure Zephyr's dependencies were installed as described If this fails, make sure Zephyr's dependencies were installed as described
@ -273,9 +273,9 @@ If you relocate the SDK directory, you need to re-run the setup script.
* ``/opt`` * ``/opt``
* ``/usr/local`` * ``/usr/local``
The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.1`` directory and, when The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.14.2`` directory and, when
extracted under ``$HOME``, the resulting installation path will be extracted under ``$HOME``, the resulting installation path will be
``$HOME/zephyr-sdk-0.14.1``. ``$HOME/zephyr-sdk-0.14.2``.
If you install the Zephyr SDK outside any of these locations, you must 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 register the Zephyr SDK in the CMake package registry by running the setup