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.

CC2538: CC2538-server can not update CC2530-client?

Part Number: CC2538
Other Parts Discussed in Thread: CC2530, Z-STACK, UNIFLASH, CC2652R, CC2530EMK

Hi TI team

 I can not ota end device(CC2538 as server,dongle CC2530 as a client.)

ZC:CC2538(ota_dongle)               ZED:CC2530/CC2538                           PDF:Z-Stack OTA Upgrade User's Guide   channel:25  panid:0x2222(modify Configuration file)

The CC2538 Board :1.update the D:\Texas Instruments\Z-Stack 3.0.2\Projects\zstack\OTA\Dongle\CC2538 

                                2.modify add source code on the Dongle:void OTA_Dongle_Init( byte task_id )

                                {                                      

osal_start_timerEx( OTA_Dongle_TaskID, OTA_DONGLE_DONGLE_5S_EVT, 5000 );
bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING|BDB_COMMISSIONING_MODE_NWK_FORMATION | BDB_COMMISSIONING_MODE_FINDING_BINDING | BDB_COMMISSIONING_MODE_INITIATOR_TL);

                                }

                              3.add function: every 5s open the network and enable the CC2592.

The CC2530 Board:1.update the Boot D:\Texas Instruments\Z-Stack 3.0.2\Projects\zstack\OTA\Boot\CC2530DB 

                                2. modify source code:void zclSampleSw_Init( byte task_id )

{

   bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING| BDB_COMMISSIONING_MODE_FINDING_BINDING);

}                                    

                                3. config the sample switch application example, update the EndDeviceEB-OTAClient

                                4.had generated the image:5678-1234-00000001.zigbee.

                                  result:1 .it can not join the CC2538,2 had no find any can update CC2530 firmware from the otaserver tools.

                               

The CC2530 Board:1. modify source code:void zclSampleSw_Init( byte task_id )

{

   bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING| BDB_COMMISSIONING_MODE_FINDING_BINDING);

2.config the sample switch application example, update the EndDeviceEB.

result: 1.it can join the CC2538.

                           3.from the picture,i can not learn about update firmware any information,

                                        4.from the wireshark packet had no any response

                                        5.But the CC2538 as a client is successfully update.

  So I had any operation error about CC2530 as a client?

Thanks!