hello,
I am considering updating firmware via UART using MCUBoot for a module equipped with nRF5340.
I tried the sample below, but a build error occurs.
The build succeeds when I build with the nRF52840 board settings, so I think this is a problem specific to the nRF5340.
In the ticket below, it says that CONFIG_SINGLE_APPLICATION_SLOT is not supported for nRF5340, so I tried commenting out CONFIG_SINGLE_APPLICATION_SLOT, but the symptom did not change.
Multiple issues with mcuboot + serial recovery
build environment
- Development PC: Windows10
- Development environment: Visual Studio Code
- SDK: nRF Connect SDK v2.3.0
How can I perform serial recovery on nRF5340?