Skip to content

Commit

Permalink
README: Update SDK installation instructions
Browse files Browse the repository at this point in the history
The west tool has a dedicated command now days for installing the
latest Zephyr SDK version. Just refer to that instead of anything
more complicated.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Oct 30, 2024
1 parent d87b287 commit 40a2be3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ documentation[2].

TL;DR:

wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64.tar.xz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/sha256.sum | shasum --check --ignore-missing
tar -xvf zephyr-sdk-0.16.8_linux-x86_64.tar.xz
cd zephyr-sdk-0.16.8
./setup.sh
west sdk install

[Install J-Link software pack][3]:

Expand Down

0 comments on commit 40a2be3

Please sign in to comment.