You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using esp32h2 as client and esp32c6 as server and I'm having trouble using the ota example.
I (3448) ESP_OTA_CLIENT: Joined network successfully (Extended PAN ID: f0:f5:bd:ff:fe:32:9c:30, PAN ID: 0x2e49, Channel:13, Short Address: 0x6eb7)
I (3988) ESP_OTA_CLIENT: Queried OTA image from address: 0x0000, endpoint: 5
I (3988) ESP_OTA_CLIENT: Image version: 0x1010110, manufacturer code: 0x1001, image size: 618536
I (3998) ESP_OTA_CLIENT: Approving OTA image upgrade
I (4008) ESP_OTA_CLIENT: -- OTA upgrade start
I (4578) ESP_OTA_CLIENT: -- OTA Client receives data: progress [167/618480]
E (4578) ESP_DELTA_OTA_OPS: Invalid magic word in patch
E (4578) ESP_DELTA_OTA_OPS: esp_delta_ota_write(154): Patch Header verification failed, status: ESP_ERR_INVALID_ARG
E (4588) ESP_OTA_CLIENT: zb_ota_upgrade_status_handler(155): Failed to write OTA data to partition, status: ESP_ERR_INVALID_ARG
I (4598) ESP_OTA_CLIENT: OTA status: 4
In addition, if I want to use other Zigbee3.0 dongles as servers for OTA on other platforms, such as Zigbee2MQTT or ZHA, what should I do? Does the OTA file need to be generated using Delta OTA?
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Question
Hi,
I'm using esp32h2 as client and esp32c6 as server and I'm having trouble using the ota example.
In addition, if I want to use other Zigbee3.0 dongles as servers for OTA on other platforms, such as Zigbee2MQTT or ZHA, what should I do? Does the OTA file need to be generated using Delta OTA?
Additional context.
No response
The text was updated successfully, but these errors were encountered: