Page 1 of 1

Is there a document explain how to form the mupgrade packets

Posted: Wed Aug 28, 2019 2:24 am
by tl_fan
Here's only a process diagram,
https://docs.espressif.com/projects/esp ... grade.html
I cannot find the contents of the packets (maybe http or tcp or any other).

Howerer, I plan to upgrade/ota the mesh device through raspberry pi (python),so is there a document explain how to build the mupgrade packtes?

Re: Is there a document explain how to form the mupgrade packets

Posted: Thu Sep 05, 2019 3:23 am
by ESP_Bond
You don't need to care about the packet format of the communication during mupgrade. You only need to send the firmware to the root node. The subsequent process will be maintained by mupgrade. You can refer to https://github.com/espressif/esp-mdf/tree /master/examples/function_demo/mupgrade