Lines Matching full:build
69 2. Manual build
83 The sysbuild makes possible to build and flash all necessary images needed to
86 To build the sample application using sysbuild use the command:
92 :goals: build
99 Build directory structure created by sysbuild is different from traditional
100 Zephyr build. Output is structured by the domain subdirectories:
104 build/
117 With ``--sysbuild`` option the bootloader will be re-build and re-flash
118 every time the pristine build is used.
120 For more information about the system build please read the :ref:`sysbuild` documentation.
122 Manual build
125 During the development cycle, it is intended to build & flash as quickly possible.
126 For that reason, images can be built one at a time using traditional build.
128 The instructions following are relevant for both manual build and sysbuild.
129 The only difference is the structure of the build directory.
135 Build and flash applications as usual (see :ref:`build_an_application` and
141 :goals: build