Skip to content

Commit 7e64e29

Browse files
authored
docs(zephyr): add zephyr version for west init and ocre clone step (project-ocre#140)
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent 5c7fbc5 commit 7e64e29

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/GetStartedZephyr.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,23 @@ The base instructions are based on [Getting Started Guide](https://docs.zephyrpr
6464
```sh
6565
mkdir ~/zephyrproject
6666
cd ~/zephyrproject
67-
west init
67+
west init --mr v4.3.0
6868
west update
6969
```
7070

71+
Now, clone Ocre runtime:
72+
```sh
73+
git clone --recurse-submodules https://github.com/project-ocre/ocre-runtime.git
74+
```
75+
7176
Proceed to the general instructions for Zephyr development below.
7277

7378
## General instructions
7479

7580
Build a sample:
7681

7782
```sh
78-
west build -p always -b native_sim/native/64 src/samples/supervisor/zephyr
83+
west build -p always -b native_sim/native/64 ocre-runtime/src/samples/supervisor/zephyr
7984
```
8085

8186
Make sure you are in a directory inside the Zephyr workspace and the path to the Ocre sample is correct.

0 commit comments

Comments
 (0)