I am doing mcuboot using stm nucleo board through nrf connect . i am using blinky application for build but i got some error .please tell as early as possible
Building blinky
west build --build-dir c:\ncs\v1.9.1\zephyr\samples\basic\blinky\build c:\ncs\v1.9.1\zephyr\samples\basic\blinky --pristine --board nucleo_f429zi -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y
-- west build: generating a build system
Including boilerplate (Zephyr base): C:/ncs/v1.9.1/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/ncs/v1.9.1/zephyr/samples/basic/blinky
-- Zephyr version: 2.7.99 (C:/ncs/v1.9.1/zephyr), build: v2.7.99-ncs1-1
-- Found Python3: C:/ncs/v1.9.1/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter
-- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
-- Board: nucleo_f429zi
-- Cache files will be written to: C:/ncs/v1.9.1/zephyr/.cache
-- Found dtc: C:/ncs/v1.9.1/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (c:/ncs/v1.9.1/toolchain/opt)
-- Found BOARD.dts: C:/ncs/v1.9.1/zephyr/boards/arm/nucleo_f429zi/nucleo_f429zi.dts
In file included from <command-line>:
C:\ncs\v1.9.1\zephyr\boards\arm\nucleo_f429zi\nucleo_f429zi.dts:9:10: fatal error: st/f4/stm32f429zitx-pinctrl.dtsi: No such file or directory
9 | #include <st/f4/stm32f429zitx-pinctrl.dtsi>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMake Error at C:\ncs\v1.9.1\zephyr\cmake\dts.cmake:166 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:\ncs\v1.9.1\zephyr\cmake\app\boilerplate.cmake:543 (include)
C:\ncs\v1.9.1\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include)
C:\ncs\v1.9.1\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:35 (include_boilerplate)
c:\ncs\v1.9.1\zephyr\samples\basic\blinky\build\CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'c:\ncs\v1.9.1\toolchain\opt\bin\cmake.EXE' '-DWEST_PYTHON=c:\ncs\v1.9.1\toolchain\opt\bin\python.exe' '-Bc:\ncs\v1.9.1\zephyr\samples\basic\blinky\build' '-Sc:\ncs\v1.9.1\zephyr\samples\basic\blinky' -GNinja -DBOARD=nucleo_f429zi -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y
The terminal process terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.