Lines Matching full:build
9 There are two options for the TF-M build - with or without secondary bootloader (BL2).
13 To build S and NS application image for the LPCXpresso55S69, run the ``build_tfm_demo.py`` script i…
19 …$ cmake -S . -B build -DTFM_PLATFORM=nxp/lpcxpresso55s69 -DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cma…
20 $ cd build && make install
25 To build S and NS application along with a BL2 (bootloader) image for the
32 …$ cmake -S . -B build -DTFM_PLATFORM=nxp/lpcxpresso55s69 -DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cma…
33 $ cd build && make install
45 …$ cmake -S . -B build -DTFM_PLATFORM=nxp/lpcxpresso55s69 -DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cma…
46 $ cd build && make install
50 Currently ``Debug`` cannot be selected as build type and regression tests
235 - Program File: build/secure\_fw/tfm\_s.axf (etc.)
251 build type variable to ``-DCMAKE_BUILD_TYPE=Debug`` when