Hi,
I want to disable the UART of MCUBOOT to reduce power consumption. I searched in the DevZone and got the answer as below.
I followed the answer above, and created a test project based on the sample that zephyr/samples/hello_world.
The modification as below.
prj,conf
CMakeLists.txt
nrf5340dk_nrf5340_cpuapp.overlay
mcuboot.conf
project directory
But I got a build error. According to the build log, "file STRINGS file "D:/NCS/v1.7.1/nrf/modules/mcuboot/prj.conf" cannot be read."
There is not any prj.conf file in "NCS/v1.7.1/nrf/modules/mcuboot/" actually.
Am I missing something?