hardware board : 52840dk_52840
sdk : ncs1.7.1
IDE: Visual Studio Code
in our OTA design , we have new image download and stored in a LTE module, since our application is a bit large ,which may be more than 512K bytes ,so we want to upload new image file via serial uart from LTE module in mcu bootloader.
1# what other configurations we need do set mcuboot using serial to upload new image in mcuboot? apart from CONFIG_MCUBOOT_SERIAL
2#which api in mcuboot use to write a new packet of image data in to flash area?
3#which api in mcuboot use to decode a new packet of image data ?
4#which api in mcuboot use to validate security feature of the new image file, signed or NOT?
5#which api in mcuboot use to jump to application