This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: CC2652 Zigbee OTA firmware upgrade

Part Number: CC2652R

Hi!

Now,Im'trying to realize OTA firmware upgrade on my CC2652 device.I have some issues:


1.According to OTA part of zigbee users guide:file:simplelink_cc13x2_26x2_sdk_4_10_00_78/docs/zigbee/html/zigbee-guide/zigbee-ota-index.html,I use oad_image_tool.exe to to append the correct header information for performing Zigbee OTA Firmware Upgrade.I am failed to create the binary image,as shown in the screenshot below.


The arguments I used are:oad_image_tool.exe -verbose ccs D:\ccs_workspace_v9\simple_peripheral_CC26X2R1_LAUNCHXL_tirtos_ccs 7 -hex1 debug\simple_peripheral_CC26X2R1_LAUNCHXL_tirtos_ccs.hex -o debug\test_oad.

2.I use the two example project in the SDK:zc_ota_server_CC26X2R1_LAUNCHXL_tirtos_ccs and 

 zed_sw_ota_client_CC26X2R1_LAUNCHXL_tirtos_ccs.I have compiled both examples in CCS9.1.0,and accquire two hex file: zc_ota_server_CC26X2R1_LAUNCHXL_tirtos_ccs.hex and zed_sw_ota_client_CC26X2R1_LAUNCHXL_tirtos_ccs.hex.

I ued two CC26x2R1 launch pads,and use Uniflash5.3.0 to load zc_ota_server_CC26X2R1_LAUNCHXL_tirtos_ccs.hex to one board as OTA server,and to load zed_sw_ota_client_CC26X2R1_LAUNCHXL_tirtos_ccs.hex to another board as client.The server can work well,but the client can't work,there's no uart print.I don't know where the problem is.

I don't know how to use the OTA demos of SDK to test OTA function on my two CC26x2R1 launch pads.Would you please provide me some usage guidances about how to use OTA example project of CC2652?

The SDK I use is simplelink_cc13x2_26x2_sdk_4_10_00_78.

Sincerely look forward to your answers!

Thanks!