Skip to content

Commit 13fdb9e

Browse files
committed
doc: update docs with 0.12.1 SDK
Update documentation with new SDK version. Signed-off-by: Anas Nashif <[email protected]>
1 parent be00feb commit 13fdb9e

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
@@ -292,14 +292,14 @@ to build Zephyr applications.
292292
.. code-block:: bash
293293
294294
cd ~
295-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.11.4/zephyr-sdk-0.11.4-setup.run
295+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.1/zephyr-sdk-0.12.1-x86_64-linux-setup.run
296296
297-
#. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.11.4`:
297+
#. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.12.1`:
298298

299299
.. code-block:: bash
300300
301-
chmod +x zephyr-sdk-0.11.4-setup.run
302-
./zephyr-sdk-0.11.4-setup.run -- -d ~/zephyr-sdk-0.11.4
301+
chmod +x zephyr-sdk-0.12.1-x86_64-linux-setup.run
302+
./zephyr-sdk-0.12.1-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.1
303303
304304
.. note::
305305
It is recommended to install the Zephyr SDK at one of the following locations:
@@ -312,7 +312,7 @@ to build Zephyr applications.
312312
* ``/usr/zephyr-sdk[-x.y.z]``
313313
* ``/usr/local/zephyr-sdk[-x.y.z]``
314314

315-
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.11.4``.
315+
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.1``.
316316

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

@@ -323,7 +323,7 @@ to build Zephyr applications.
323323

324324
.. code-block:: bash
325325
326-
sudo cp ~/zephyr-sdk-0.11.4/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
326+
sudo cp ~/zephyr-sdk-0.12.1/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
327327
sudo udevadm control --reload
328328
329329
.. 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.11.3/zephyr-sdk-0.11.3-setup.run
243+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.1/zephyr-sdk-0.12.1-x86_64-linux-setup.run
244244
245-
(You can change *0.11.3* to another version if needed; the `Zephyr
245+
(You can change *0.12.1* 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.11.3`:
249+
:file:`~/zephyr-sdk-0.12.1`:
250250

251251
.. code-block:: console
252252
253253
cd <sdk download directory>
254-
chmod +x zephyr-sdk-0.11.3-setup.run
255-
./zephyr-sdk-0.11.3-setup.run -- -d ~/zephyr-sdk-0.11.3
254+
chmod +x zephyr-sdk-0.12.1-x86_64-linux-setup.run
255+
./zephyr-sdk-0.12.1-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.1
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.11.3``.
275+
where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.1``.
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.11.3``
286+
* ``/company/tools/zephyr-sdk-0.12.1``
287287
* ``/company/tools/zephyr-sdk-a.b.c``
288288
* ``/company/tools/zephyr-sdk-x.y.z``
289289

0 commit comments

Comments
 (0)