Lines Matching full:build

33   application should build and run for other platforms with same connectivity.
57 The below steps describe how to build and run the ``UpdateHub`` sample in
67 Step 1: Build/Flash MCUboot
70 The MCUboot can be build following the instructions in the :ref:`mcuboot`
77 :build-dir: mcuboot-frdm_k64f
78 :goals: build flash
157 Step 4: Build UpdateHub App
160 In order to correctly build UpdateHub the overlay files must be use correctly.
161 More information about overlay files in :ref:`important-build-vars`.
168 Step 4.1: Build for Ethernet
176 :build-dir: app
178 :goals: build
181 Step 4.2: Build for WiFi
191 :build-dir: app
194 :goals: build
201 Step 4.3: Build for Modem
211 :build-dir: app
214 :goals: build
217 Step 4.4: Build for IEEE 802.15.4 [experimental]
230 :build-dir: app
232 :goals: build
238 :build-dir: app
241 :goals: build
244 Step 4.5: Build for BLE IPSP [experimental]
258 :build-dir: app
260 :goals: build
263 Step 4.6: Build for OpenThread Network [experimental]
276 :build-dir: app
278 :goals: build
296 west sign -t imgtool -d build/app -- --version 1.0.0 --pad
304 unsigned bin: <zephyrdir>/build/app/zephyr/zephyr.bin
305 signed bin: <zephyrdir>/build/app/zephyr/zephyr.signed.bin
313 west flash -d build/app --bin-file build/app/zephyr/zephyr.signed.bin
316 ``west flash -d build/app --hex-file build/app/zephyr/zephyr.signed.hex``
335 west sign --no-hex --bin -B build/zephyr-2.0.0.bin -t imgtool -d build/app --
343 unsigned bin: <zephyrdir>/build/app/zephyr/zephyr.bin
344 signed bin: build/zephyr-2.0.0.bin
368 uhu package add build/zephyr-2.0.0.bin -m zephyr
376 And finally you can build the package by running:
380 uhu package archive --output build/zephyr-2.0.0.pkg