diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index d6fd00e7b6a..e058ee28620 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -187,19 +187,19 @@ Follow these steps to install the Zephyr SDK: .. code-block:: console - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.10.2/zephyr-sdk-0.10.2-setup.run + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.10.3/zephyr-sdk-0.10.3-setup.run - (You can change *0.10.2* to another version if needed; the `Zephyr + (You can change *0.10.3* to another version if needed; the `Zephyr Downloads`_ page contains all available SDK releases.) #. Run the installation binary, installing the SDK at - :file:`~/zephyr-sdk-0.10.2`: + :file:`~/zephyr-sdk-0.10.3`: .. code-block:: console cd - chmod +x zephyr-sdk-0.10.2-setup.run - ./zephyr-sdk-0.10.2-setup.run -- -d ~/zephyr-sdk-0.10.2 + chmod +x zephyr-sdk-0.10.3-setup.run + ./zephyr-sdk-0.10.3-setup.run -- -d ~/zephyr-sdk-0.10.3 You can pick another directory if you want. If this fails, make sure Zephyr's dependencies were installed as described in `Install Requirements @@ -208,7 +208,7 @@ Follow these steps to install the Zephyr SDK: #. Set these :ref:`environment variables `: - set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``zephyr`` - - set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to :file:`$HOME/zephyr-sdk-0.10.2` + - set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to :file:`$HOME/zephyr-sdk-0.10.3` (or wherever you chose to install the SDK) If you ever want to uninstall the SDK, just remove the directory where you