Lines Matching refs:west
209 Next, clone Zephyr and its :ref:`modules <modules>` into a new :ref:`west
210 <west>` workspace named :file:`zephyrproject`. You'll also install Zephyr's
246 #. Install west:
250 pip install west
256 west init ~/zephyrproject
258 west update
266 west zephyr-export
268 #. The Zephyr west extension command, ``west packages`` can be used to install Python
273 west packages pip --install
298 #. Install west:
302 pip install west
308 west init ~/zephyrproject
310 west update
318 west zephyr-export
320 #. The Zephyr west extension command, ``west packages`` can be used to install Python
325 west packages pip --install
353 #. Install west:
357 pip install west
363 west init zephyrproject
365 west update
373 west zephyr-export
375 #. The Zephyr west extension command, ``west packages`` can be used to install Python
380 west packages pip --install
398 Install the Zephyr SDK using the ``west sdk install``.
403 west sdk install
409 See ``west sdk install --help`` for details.
413 Install the Zephyr SDK using the ``west sdk install``.
418 west sdk install
424 See ``west sdk install --help`` for details.
428 Install the Zephyr SDK using the ``west sdk install``.
433 west sdk install
439 See ``west sdk install --help`` for details.
443 If you want to install Zephyr SDK without using the ``west sdk`` command,
457 If you are unsure what name west uses for your board, ``west boards``
460 Build the :zephyr:code-sample:`blinky` with :ref:`west build <west-building>`, changing
470 west build -p always -b <your-board-name> samples/basic/blinky
477 west build -p always -b <your-board-name> samples/basic/blinky
484 west build -p always -b <your-board-name> samples\basic\blinky
508 Then flash the sample using :ref:`west flash <west-flashing>`:
512 west flash
517 required by your board. The ``west flash`` command will print an error if any
540 * Learn about :ref:`application` and the :ref:`west <west>` tool
541 * Find out about west's :ref:`flashing and debugging <west-build-flash-debug>`