How to use custom mcuboot?

Hi,

Because I wanted to add custom features to mcuboot, I had to use custom mcuboot.

I also used sysbuild for multi-image building.

The documentation tells me that I might need the ExternalZephyrProject_Add() function, but so far it hasn't worked.

One reason is that the application name is duplicate, and I also used mcuboot.

After further analysis, I realized that it would be nice if I could change the ZEPHYR_MCUBOOT_MODULE_DIR value directly,

but I tried to change it in the CMakeList.txt file without success.

Anyway, my goal is the same, how do I add a custom mucboot?

SDK: NCS v2.6.1

BR,

Yang

Parents Reply Children
Related