Lines Matching full:build
44 Configuring the build
47 The build configuration for TF-M is provided to the build system using command
64 Build Instructions
67 The following instructions build multi-core TF-M without regression test suites
77 mkdir <build folder>
78 pushd <build folder>
83 cmake --build <build folder> -- -j VERBOSE=1
85 The following instructions build multi-core TF-M with regression test suites
95 mkdir <build folder>
96 pushd <build folder>
102 cmake --build <build folder> -- -j VERBOSE=1
104 The following instructions build multi-core TF-M with PSA API test suite for
114 mkdir <build folder>
115 pushd <build folder>
121 cmake --build <build folder> -- -j VERBOSE=1
123 The following instructions build multi-core TF-M without regression test suites
133 mkdir <build folder>
134 pushd <build folder>
140 cmake --build <build folder> -- -j VERBOSE=1
142 The following instructions build multi-core TF-M with regression test suites
152 mkdir <build folder>
153 pushd <build folder>
160 cmake --build <build folder> -- -j VERBOSE=1
162 The following instructions build multi-core TF-M with PSA API test suite for
172 mkdir <build folder>
173 pushd <build folder>
180 cmake --build <build folder> -- -j VERBOSE=1
253 --hex <build folder>/bin/tfm_s.hex \
265 --hex <build folder>/bin/tfm_ns.hex \
302 cp <build folder>/bin/tfm_ns.hex <mount point>/DAPLINK/; sync
303 cp <build folder>/bin/tfm_s.hex <mount point>/DAPLINK/; sync
338 BUILD_DIR=<build folder>