Skip to content

Commit 7b279d8

Browse files
szczysChrisGammell
authored andcommitted
update Zephyr SDK install instructions
Use most recent version of the Zephyr SDK toolchain. Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 53f54b5 commit 7b279d8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/partials-common/install-zephyr-sdk-toolchain.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ values={[
1515

1616
```console
1717
cd ~
18-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2/zephyr-sdk-0.15.2_linux-x86_64.tar.gz
18+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linux-x86_64.tar.xz
1919
```
2020

21-
Unpack the archive and run the installer. The SDK will be placed in the `~/zephyr-sdk-0.15.2` directory:
21+
Unpack the archive and run the installer. The SDK will be placed in the `~/zephyr-sdk-0.16.3` directory:
2222

2323
```console
24-
tar -xvf zephyr-sdk-0.15.2_linux-x86_64.tar.gz
25-
cd zephyr-sdk-0.15.2
24+
tar -xvf zephyr-sdk-0.16.3_linux-x86_64.tar.xz
25+
cd zephyr-sdk-0.16.3
2626
./setup.sh
2727
```
2828

@@ -31,7 +31,7 @@ Answer `y` to both of the questions asked during the setup process.
3131
Install udev rules, which allow you to flash most Zephyr boards as a regular user:
3232

3333
```console
34-
sudo cp ~/zephyr-sdk-0.15.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
34+
sudo cp ~/zephyr-sdk-0.16.3/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
3535
sudo udevadm control --reload
3636
```
3737

@@ -40,14 +40,14 @@ sudo udevadm control --reload
4040

4141
```console
4242
cd ~
43-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2/zephyr-sdk-0.15.2_macos-x86_64.tar.gz
43+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_macos-x86_64.tar.xz
4444
```
4545

4646
Unpack the archive and run the installer. The SDK will be placed in the `~/zephyr-sdk-0.15.2` directory:
4747

4848
```console
49-
tar -xvf zephyr-sdk-0.15.2_macos-x86_64.tar.gz
50-
cd zephyr-sdk-0.15.2
49+
tar xvf zephyr-sdk-0.16.3_macos-x86_64.tar.xz
50+
cd zephyr-sdk-0.16.3
5151
./setup.sh
5252
```
5353

@@ -58,9 +58,9 @@ Unpack the archive and run the installer. The SDK will be placed in the `%HOMEPA
5858

5959
```console
6060
cd %HOMEPATH%
61-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2/zephyr-sdk-0.15.2_windows-x86_64.zip
62-
unzip zephyr-sdk-0.15.2_windows-x86_64.zip
63-
cd zephyr-sdk-0.15.2
61+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_windows-x86_64.7z
62+
7z x zephyr-sdk-0.16.3_windows-x86_64.7z
63+
cd zephyr-sdk-0.16.3
6464
setup.cmd
6565
```
6666

0 commit comments

Comments
 (0)