@@ -166,7 +166,7 @@ The current minimum required version for the main dependencies are:
166
166
.. code-block :: console
167
167
168
168
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
169
- choco install ninja gperf python git dtc-msys2 wget unzip
169
+ choco install ninja gperf python git dtc-msys2 wget 7zip
170
170
171
171
#. Close the window and open a new ``cmd.exe `` window **as a regular user ** to continue.
172
172
@@ -502,8 +502,8 @@ that are used to emulate, flash and debug Zephyr applications.
502
502
.. code-block :: bash
503
503
504
504
cd ~
505
- wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2 /zephyr-sdk-0.15.2_linux -x86_64.tar.gz
506
- wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2 /sha256.sum | shasum --check --ignore-missing
505
+ wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /zephyr-sdk-0.16.0_linux -x86_64.tar.xz
506
+ wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /sha256.sum | shasum --check --ignore-missing
507
507
508
508
If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace ``x86_64 ``
509
509
with ``aarch64 `` in order to download the 64-bit ARM Linux SDK.
@@ -512,7 +512,7 @@ that are used to emulate, flash and debug Zephyr applications.
512
512
513
513
.. code-block :: bash
514
514
515
- tar xvf zephyr-sdk-0.15.2_linux -x86_64.tar.gz
515
+ tar xvf zephyr-sdk-0.16.0_linux -x86_64.tar.xz
516
516
517
517
.. note ::
518
518
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@@ -524,15 +524,15 @@ that are used to emulate, flash and debug Zephyr applications.
524
524
* ``/opt ``
525
525
* ``/usr/local ``
526
526
527
- The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.2 `` directory and, when
527
+ The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.16.0 `` directory and, when
528
528
extracted under ``$HOME ``, the resulting installation path will be
529
- ``$HOME/zephyr-sdk-0.15.2 ``.
529
+ ``$HOME/zephyr-sdk-0.16.0 ``.
530
530
531
531
#. Run the Zephyr SDK bundle setup script:
532
532
533
533
.. code-block :: bash
534
534
535
- cd zephyr-sdk-0.15.2
535
+ cd zephyr-sdk-0.16.0
536
536
./setup.sh
537
537
538
538
.. note ::
@@ -546,7 +546,7 @@ that are used to emulate, flash and debug Zephyr applications.
546
546
547
547
.. code-block :: bash
548
548
549
- sudo cp ~ /zephyr-sdk-0.15.2 /sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
549
+ sudo cp ~ /zephyr-sdk-0.16.0 /sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
550
550
sudo udevadm control --reload
551
551
552
552
.. group-tab :: macOS
@@ -559,8 +559,8 @@ that are used to emulate, flash and debug Zephyr applications.
559
559
.. code-block :: bash
560
560
561
561
cd ~
562
- wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2 /zephyr-sdk-0.15.2_macos -x86_64.tar.gz
563
- wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2 /sha256.sum | shasum --check --ignore-missing
562
+ wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /zephyr-sdk-0.16.0_macos -x86_64.tar.xz
563
+ wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /sha256.sum | shasum --check --ignore-missing
564
564
565
565
If your host architecture is 64-bit ARM (Apple Silicon, also known as M1), replace
566
566
``x86_64 `` with ``aarch64 `` in order to download the 64-bit ARM macOS SDK.
@@ -569,7 +569,7 @@ that are used to emulate, flash and debug Zephyr applications.
569
569
570
570
.. code-block :: bash
571
571
572
- tar xvf zephyr-sdk-0.15.2_macos -x86_64.tar.gz
572
+ tar xvf zephyr-sdk-0.16.0_macos -x86_64.tar.xz
573
573
574
574
.. note ::
575
575
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
@@ -581,15 +581,15 @@ that are used to emulate, flash and debug Zephyr applications.
581
581
* ``/opt ``
582
582
* ``/usr/local ``
583
583
584
- The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.2 `` directory and, when
584
+ The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.16.0 `` directory and, when
585
585
extracted under ``$HOME ``, the resulting installation path will be
586
- ``$HOME/zephyr-sdk-0.15.2 ``.
586
+ ``$HOME/zephyr-sdk-0.16.0 ``.
587
587
588
588
#. Run the Zephyr SDK bundle setup script:
589
589
590
590
.. code-block :: bash
591
591
592
- cd zephyr-sdk-0.15.2
592
+ cd zephyr-sdk-0.16.0
593
593
./setup.sh
594
594
595
595
.. note ::
@@ -610,29 +610,29 @@ that are used to emulate, flash and debug Zephyr applications.
610
610
.. code-block :: console
611
611
612
612
cd %HOMEPATH%
613
- wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.15.2 /zephyr-sdk-0.15.2_windows -x86_64.zip
613
+ wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /zephyr-sdk-0.16.0_windows -x86_64.7z
614
614
615
615
#. Extract the Zephyr SDK bundle archive:
616
616
617
617
.. code-block :: console
618
618
619
- unzip zephyr-sdk-0.15.2_windows -x86_64.zip
619
+ 7z x zephyr-sdk-0.16.0_windows -x86_64.7z
620
620
621
621
.. note ::
622
622
It is recommended to extract the Zephyr SDK bundle at one of the following locations:
623
623
624
624
* ``%HOMEPATH% ``
625
625
* ``%PROGRAMFILES% ``
626
626
627
- The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.15.2 `` directory and, when
627
+ The Zephyr SDK bundle archive contains the ``zephyr-sdk-0.16.0 `` directory and, when
628
628
extracted under ``%HOMEPATH% ``, the resulting installation path will be
629
- ``%HOMEPATH%\zephyr-sdk-0.15.2 ``.
629
+ ``%HOMEPATH%\zephyr-sdk-0.16.0 ``.
630
630
631
631
#. Run the Zephyr SDK bundle setup script:
632
632
633
633
.. code-block :: console
634
634
635
- cd zephyr-sdk-0.15.2
635
+ cd zephyr-sdk-0.16.0
636
636
setup.cmd
637
637
638
638
.. note ::
0 commit comments