diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index adb78f601ac..d59e0196b92 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -495,8 +495,8 @@ that are used to emulate, flash and debug Zephyr applications. .. code-block:: bash cd ~ - 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.2/sha256.sum | shasum --check --ignore-missing + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_linux-x86_64.tar.gz + wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/sha256.sum | shasum --check --ignore-missing 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. .. 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. * ``/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. .. code-block:: bash - sudo cp ~/zephyr-sdk-0.14.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d + sudo cp ~/zephyr-sdk-0.15.0/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d sudo udevadm control --reload .. group-tab:: macOS @@ -550,8 +550,8 @@ that are used to emulate, flash and debug Zephyr applications. .. code-block:: bash cd ~ - 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.2/sha256.sum | shasum --check --ignore-missing + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_macos-x86_64.tar.gz + wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/sha256.sum | shasum --check --ignore-missing 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. .. 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. * ``/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. .. code-block:: console cd %HOMEPATH% - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_windows-x86_64.zip + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_windows-x86_64.zip #. Extract the Zephyr SDK bundle archive: .. code-block:: console - unzip zephyr-sdk-0.14.2_windows-x86_64.zip + unzip zephyr-sdk-0.15.0_windows-x86_64.zip .. note:: 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. * ``%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 - ``%HOMEPATH%\zephyr-sdk-0.14.2``. + ``%HOMEPATH%\zephyr-sdk-0.15.0``. #. Run the Zephyr SDK bundle setup script: .. code-block:: console - cd zephyr-sdk-0.14.2 + cd zephyr-sdk-0.15.0 setup.cmd .. note:: diff --git a/doc/develop/getting_started/installation_linux.rst b/doc/develop/getting_started/installation_linux.rst index fe8b2c84b49..cdf53814293 100644 --- a/doc/develop/getting_started/installation_linux.rst +++ b/doc/develop/getting_started/installation_linux.rst @@ -232,10 +232,10 @@ Follow these steps to install the Zephyr SDK: .. code-block:: bash - 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.2/sha256.sum | shasum --check --ignore-missing + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_linux-x86_64.tar.gz + wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/sha256.sum | shasum --check --ignore-missing - 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: .. code-block:: bash cd - 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. * ``/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 diff --git a/doc/develop/toolchains/zephyr_sdk.rst b/doc/develop/toolchains/zephyr_sdk.rst index 6bdb8a8af30..d84c69222ab 100644 --- a/doc/develop/toolchains/zephyr_sdk.rst +++ b/doc/develop/toolchains/zephyr_sdk.rst @@ -65,10 +65,10 @@ Install Zephyr SDK on Linux .. code-block:: bash - 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.2/sha256.sum | shasum --check --ignore-missing + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_linux-x86_64.tar.gz + wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/sha256.sum | shasum --check --ignore-missing - 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 .. code-block:: bash cd - 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. * ``/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 .. code-block:: bash cd ~ - 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.2/sha256.sum | shasum --check --ignore-missing + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_macos-x86_64.tar.gz + wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/sha256.sum | shasum --check --ignore-missing 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. @@ -129,7 +129,7 @@ Install Zephyr SDK on macOS .. 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 @@ -142,15 +142,15 @@ Install Zephyr SDK on macOS * ``/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:: @@ -171,13 +171,13 @@ Install Zephyr SDK on Windows .. code-block:: console cd %HOMEPATH% - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_windows-x86_64.zip + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.0/zephyr-sdk-0.15.0_windows-x86_64.zip #. Extract the Zephyr SDK bundle archive: .. code-block:: console - unzip zephyr-sdk-0.14.2_windows-x86_64.zip + unzip zephyr-sdk-0.15.0_windows-x86_64.zip .. note:: It is recommended to extract the Zephyr SDK bundle at one of the following @@ -186,15 +186,15 @@ Install Zephyr SDK on Windows * ``%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 - ``%HOMEPATH%\zephyr-sdk-0.14.2``. + ``%HOMEPATH%\zephyr-sdk-0.15.0``. #. Run the Zephyr SDK bundle setup script: .. code-block:: console - cd zephyr-sdk-0.14.2 + cd zephyr-sdk-0.15.0 setup.cmd .. note::