We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7fbc5 commit 7e64e29Copy full SHA for 7e64e29
1 file changed
docs/GetStartedZephyr.md
@@ -64,18 +64,23 @@ The base instructions are based on [Getting Started Guide](https://docs.zephyrpr
64
```sh
65
mkdir ~/zephyrproject
66
cd ~/zephyrproject
67
-west init
+west init --mr v4.3.0
68
west update
69
```
70
71
+Now, clone Ocre runtime:
72
+```sh
73
+git clone --recurse-submodules https://github.com/project-ocre/ocre-runtime.git
74
+```
75
+
76
Proceed to the general instructions for Zephyr development below.
77
78
## General instructions
79
80
Build a sample:
81
82
-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
84
85
86
Make sure you are in a directory inside the Zephyr workspace and the path to the Ocre sample is correct.
0 commit comments