Skip to content

Commit f38a6dc

Browse files
stephanosionashif
authored andcommitted
doc: Update for Zephyr SDK 0.13.2
Update the Getting Started Guide to point to the Zephyr SDK 0.13.2 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3debfe3 commit f38a6dc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

doc/getting_started/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,14 +487,14 @@ to build Zephyr applications.
487487
.. code-block:: bash
488488
489489
cd ~
490-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.1/zephyr-sdk-0.13.1-linux-x86_64-setup.run
490+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2/zephyr-sdk-0.13.2-linux-x86_64-setup.run
491491
492-
#. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.13.1`:
492+
#. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.13.2`:
493493

494494
.. code-block:: bash
495495
496-
chmod +x zephyr-sdk-0.13.1-linux-x86_64-setup.run
497-
./zephyr-sdk-0.13.1-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.1
496+
chmod +x zephyr-sdk-0.13.2-linux-x86_64-setup.run
497+
./zephyr-sdk-0.13.2-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2
498498
499499
.. note::
500500
It is recommended to install the Zephyr SDK at one of the following locations:
@@ -507,7 +507,7 @@ to build Zephyr applications.
507507
* ``/usr/zephyr-sdk[-x.y.z]``
508508
* ``/usr/local/zephyr-sdk[-x.y.z]``
509509

510-
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.1``.
510+
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.2``.
511511

512512
If installing the Zephyr SDK outside any of those locations, please read: :ref:`zephyr_sdk`
513513

@@ -518,7 +518,7 @@ to build Zephyr applications.
518518

519519
.. code-block:: bash
520520
521-
sudo cp ~/zephyr-sdk-0.13.1/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
521+
sudo cp ~/zephyr-sdk-0.13.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
522522
sudo udevadm control --reload
523523
524524
.. group-tab:: macOS

doc/getting_started/installation_linux.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,19 +240,19 @@ Follow these steps to install the Zephyr SDK:
240240

241241
.. code-block:: console
242242
243-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.1/zephyr-sdk-0.13.1-linux-x86_64-setup.run
243+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2/zephyr-sdk-0.13.2-linux-x86_64-setup.run
244244
245-
(You can change *0.13.1* to another version if needed; the `Zephyr
245+
(You can change *0.13.2* to another version if needed; the `Zephyr
246246
Downloads`_ page contains all available SDK releases.)
247247

248248
#. Run the installation binary, installing the SDK at
249-
:file:`~/zephyr-sdk-0.13.1`:
249+
:file:`~/zephyr-sdk-0.13.2`:
250250

251251
.. code-block:: console
252252
253253
cd <sdk download directory>
254-
chmod +x zephyr-sdk-0.13.1-linux-x86_64-setup.run
255-
./zephyr-sdk-0.13.1-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.1
254+
chmod +x zephyr-sdk-0.13.2-linux-x86_64-setup.run
255+
./zephyr-sdk-0.13.2-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2
256256
257257
You can pick another directory if you want. If this fails, make sure
258258
Zephyr's dependencies were installed as described in `Install Requirements
@@ -272,7 +272,7 @@ installed it.
272272
* ``/usr/zephyr-sdk[-x.y.z]``
273273
* ``/usr/local/zephyr-sdk[-x.y.z]``
274274

275-
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.1``.
275+
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.2``.
276276

277277
If you install the Zephyr SDK outside any of those locations, then it is
278278
required to register the Zephyr SDK in the CMake package registry during
@@ -283,7 +283,7 @@ installed it.
283283
containing multiple Zephyr SDKs, allowing for automatic toolchain selection,
284284
for example: ``ZEPHYR_SDK_INSTALL_DIR=/company/tools``
285285

286-
* ``/company/tools/zephyr-sdk-0.13.1``
286+
* ``/company/tools/zephyr-sdk-0.13.2``
287287
* ``/company/tools/zephyr-sdk-a.b.c``
288288
* ``/company/tools/zephyr-sdk-x.y.z``
289289

0 commit comments

Comments
 (0)