Skip to content

Commit 2b94b43

Browse files
committed
Add Zephyr manifest instructions
Zephyr's manifest allows to easily clone the right version of zephyr and an OpenRTX repo, greatly simplifying OpenRTX build instructions for the T-TWR Plus.
1 parent ed8742c commit 2b94b43

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

compiling.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,12 @@ You need to install the following packages (their names might vary according to
106106

107107
[Dependency intructions for Fedora and other distros:](https://docs.zephyrproject.org/latest/develop/getting_started/installation_linux.html)
108108

109-
Initialize the Zephyr SDK in a path of your choice:
109+
Clone a fresh copy of the OpenRTX repo, the Zephyr and associated repos will be cloned in the parent directory of the OpenRTX repo.
110110

111111
```
112-
pushd ZEPHYR_PATH
113-
west init .
114-
git checkout b6095a878c7e
112+
git clone git@github.com:OpenRTX/OpenRTX.git; cd OpenRTX
113+
west init -l --mf ./west.yml; pushd ..
115114
west update
116-
west blobs fetch hal_espressif
117115
source zephyr/zephyr-env.sh
118116
popd
119117
```

0 commit comments

Comments
 (0)