Get a specific Zephyr source code

From chriesibaum wiki
Revision as of 12:17, 9 March 2022 by PTH (talk | contribs)
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


Further Information