I am successfully using the ZigBee OTA upgrade example, but the firmware upgrade takes quite long, approximately a half an hour, so it is not an adequate time at the firmware development stage.
Now my workflow looks like:
1) Test new firmware features without the OTA upgrade cluster;
2) Copying the changes to the main project with the OTA upgrade cluster.
Is there any way to flash the new client firmware (with OTA cluster) just from Segger Embedded Studio using flash_placement.xml? If it is possible, could you please provide the example?