Other Parts Discussed in Thread: Z-STACK, CC1352P
Hi TI!
I did read Z-Stack OTA Upgrade from Simplelink CC13x2 / CC26x2 SDK Z-Stack User's Guide 3.6.0 and
I am building the zed_sw_ota_client_CC1352P_2_LAUNCHXL_tirtos_ccs project.
I did make sure the last post-build action is set in the project and is configured with the right application parameters:
${TOOLS_OAD_ZIGBEE_DIR}/zOTAfileGen.exe ${PROJECT_LOC}/${ConfigName}/${ProjName}_oad.bin ${PROJECT_LOC}/${ConfigName}/ BEBE 2652 00000001
I did make sure that the following predefined symbols are defined:
OTA_MANUFACTURER_ID=0xBEBE
OTA_TYPE_ID=0x2652
OTA_APP_VERSION=0x00000001
But in the project file 'default' I haven't the OTA binary file (.zigbee) after built the project.
After build the project zed_sw_ota_client_CC1352P_2_LAUNCHXL_tirtos_ccs a .zigbee file must be generated? Or I am wrong?
Thanks very much for anything help