docs: update sha256 for SDK
Update sha256.sum urls to 0.16.3 in index.rst and installation_linux.rst. Signed-off-by: Nicola Guerrera <guerrera.nicola@gmail.com>
This commit is contained in:
parent
1234b4919d
commit
93beac7a69
|
@ -503,7 +503,7 @@ that are used to emulate, flash and debug Zephyr applications.
|
|||
|
||||
cd ~
|
||||
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linux-x86_64.tar.xz
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/sha256.sum | shasum --check --ignore-missing
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/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.
|
||||
|
@ -560,7 +560,7 @@ that are used to emulate, flash and debug Zephyr applications.
|
|||
|
||||
cd ~
|
||||
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_macos-x86_64.tar.xz
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/sha256.sum | shasum --check --ignore-missing
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/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.
|
||||
|
|
|
@ -233,9 +233,9 @@ Follow these steps to install the Zephyr SDK:
|
|||
.. code-block:: bash
|
||||
|
||||
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linux-x86_64.tar.xz
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/sha256.sum | shasum --check --ignore-missing
|
||||
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/sha256.sum | shasum --check --ignore-missing
|
||||
|
||||
You can change ``0.16.1`` to another version if needed; the `Zephyr SDK
|
||||
You can change ``0.16.3`` 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
|
||||
|
|
Loading…
Reference in a new issue