Get a specific Zephyr source code

From chriesibaum wiki
Revision as of 12:15, 9 March 2022 by PTH (talk | contribs) (Created page with " To install a specific version of the source code (e.g. a stable version) run the following commands instead of the commands mentioned in the getting started guide. <syntax...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To install a specific version of the source code (e.g. a stable version) run the following commands instead of the commands mentioned in the getting started guide.


west init --mr v3.0.0  ./zephyrproject.3.0.0/

cd zephyrproject.3.0.0/

west update