Other Parts Discussed in Thread: CC2652P, CC1352P, , UNIFLASH
Tool/software:
testing environment
ZC, cc2652p, zc_ota_server_CC1352P_2_LAUNCHXL_tirtos7_ticlang, sdk:simplelink_cc13xx_cc26xx_sdk_7_41_00_17
ZED, CC234R5, onoff_switch_ota_client_onchip_LP_EM_CC2340R5_freertos_ticlang, sdk:simplelink_lowpower_f3_sdk_8_40_02_01
I have now set up the network for ZC and added ZED to the network. I have catched the relevant packets through packet capture tools. I am now using the OtaServer tool to upgrade, but I do not know how to do it. I did not find any relevant guidance in the document /docs/zigbee/html/zigbee/ota_upgrade.html.
In addition, considering that my application will consume more flash space than ota_client, I plan to increase its image size instead of using the method where custom APP and ota_client each occupy half of the space. When the custom application receives an upgrade notification, reset the device and then jump to ota_client image to perform the upgrade operation. I would like to ask if this method is feasible and what operations my APP should do.