NXP missing board.h file in fsl_flexspi_nor_boot.h #59280
-
This question comes from @Nadav from https://discord.com/channels/720317445772017664/883445396284772413/1118144085744681101 Hello everyone!
Before updating to the latest release, everything worked perfectly fine. Thanks in advanced! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Nadav, Zephyr is about to release v3.4, so I am currently working from the tag
Modifying this example, I found the Search the Zephyr tree for the
You mentioned you are building with a custom board. My guess is your CMake file is not defining this Let us know what you find, best regards |
Beta Was this translation helpful? Give feedback.
Hi Nadav,
Zephyr is about to release v3.4, so I am currently working from the tag
v3.4.0-rc3
. I was able to build the MCUboot application for the boardmimxrt1170_evk_cm7
using the command below:Modifying this example, I found the
board.h
reference in fsl_flexspi_nor_boot.h is not included. I confirmed this by renaming this board.h file, and the app still builds. The reason it is not included is the macroBOARD_FLASH_SIZE
is defined.Search the Zephyr tree for the
BOARD_FLASH_SIZE
macro, it is defined in the board's CMakeLists.txt file, using the line below: