Dear team,
in my design I'm using MCUBOOT to perform FOTA DFU over BLE and I need some confirmation about the building process to be sure to do all the step in a properly way.
As developing IDE consider VS Code.
To flash the device for the first time, I’ll perform a pristine build. In VS Code, I’ll select the build folder, both for the application and the MCUBoot bootloader, and make the pristine build using the ACTIONS tab as is shown in the image below.
If I only need to update the application code (without making any changes to my custom board's .dts
or .dtsi
files, modifying the prj.conf
, or touching the bootloader code) I can simply update the VERSION
file, select the application folder in my build configuration and perform a standard build, as shown in the image below.
Could you please confirm whether the above procedures were followed correctly, or if I’ve overlooked something?
Thanks and best regards.
F.