Lines Matching refs:west
6 The ``west sign`` :ref:`extension <west-extensions>` command can be used to
8 external tool. In some configurations, ``west sign`` is also used to invoke
10 the image together. Run ``west sign -h`` for command line help.
16 but on :ref:`west config<west-config>`, similar to
17 :ref:`west-building-cmake-config`.
19 Signing involves a number of "wrapper" scripts stacked on top of each other: ``west
20 flash`` invokes ``west build`` which invokes ``cmake`` and ``ninja`` which invokes
21 ``west sign`` which invokes ``imgtool`` or `rimage`_. As long as the signing
27 difficult. Reproducing a lower ``west sign`` command to debug some build-time issue
34 To avoid these issues, ``rimage`` parameters can bet set in ``west config``.
35 Here's a ``workspace/.west/config`` example:
52 :ref:`west-building-cmake-args`.
56 ``west sign --tool rimage -- -i 4 -k 'keys/key argument with space.pem'``. In case