Multiimage build failed in NCS v2.3.0-rc1

Hello !

I have own multi-image and it build OK in NCS v2.2.0

but in 2.3.0-rc1 I can see some limitations

CMake Error at /home/user/ncs/v2.3.0-rc1/nrf/cmake/multi_image.cmake:206 (message):
A domain may only have a single child image.Current domain image is:
empty_net_core, `empty_net_core` is a domain parent image, so you may add
`cpunet` as a child inside `empty_net_core`
Call Stack (most recent call first):
/home/user/ncs/v2.3.0-rc1/nrf/cmake/multi_image.cmake:163 (add_child_image_from_source)
aci/CMakeLists.txt:11 (add_child_image)


-- Configuring incomplete, errors occurred!

I have 2 cores and 2 bootloaders in build

├── aci
│   └── CMakeLists.txt
├── child_image
│   └── mcuboot.conf
├── CMakeLists.txt
├── cpunet
│   ├── child_image
│   │   └── b0n.conf
│   ├── CMakeLists.txt
│   ├── prj.conf
│   └── src
│   └── main.c
├── Kconfig
├── prj.conf
├── README.md
├── src
│   └── main.c
└── zephyr
└── module.yml

What kind of new limitations you have in new release ?

Regards,

Eugene

Parents Reply Children
Related