Skip to content

Commit

Permalink
- Add hint for group policies in Windows when using Zephyr in a virtu…
Browse files Browse the repository at this point in the history
…al environment
  • Loading branch information
Kampi authored and jakkra committed Oct 1, 2023
1 parent 14378af commit 9e0a2f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@ Download and install the tools needed for flashing.
- [SEGGER J-Link](https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack)
- [nRF Commond line tools](https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download)

> Don´t forget to set the group policies to allow the execution of local scripts when using Windows and a virtual environment for Zephyr. Otherwise the Zephyr installation fails.
> Open a power shell as administrator and run `set-executionpolicy remotesigned` to change it.
Set up toolchain and everything by following [Zephyr Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html).
At this point it's not possible to use nRF Connect SDK as features and fixes not yet released in NCS are needed to build ZSWatch SW.

## Cloning source code
```
git clone https://github.com/jakkra/ZSWatch.git
git submodule update --init --recursive
west init -l app/
cd app
west init -l .
west update
```

Expand Down

0 comments on commit 9e0a2f9

Please sign in to comment.