Skip to content

Instantly share code, notes, and snippets.

@aditsachde
Created January 29, 2022 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aditsachde/79530744e15c4cb789d547853be5ebd7 to your computer and use it in GitHub Desktop.
Save aditsachde/79530744e15c4cb789d547853be5ebd7 to your computer and use it in GitHub Desktop.
pip3 install --user -U west
echo 'export PATH=~/.local/bin:"$PATH"' >> ~/.bashrc
source ~/.bashrc
west init ~/zephyrproject
cd ~/zephyrproject
west update
west zephyr-export
pip3 install --user -r ~/zephyrproject/zephyr/scripts/requirements.txt
cd ~
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2/zephyr-sdk-0.13.2-linux-x86_64-setup.run
chmod +x zephyr-sdk-0.13.2-linux-x86_64-setup.run
./zephyr-sdk-0.13.2-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment