Page 1 of 1

esp_ota_write() speed

Posted: Mon Jan 17, 2022 4:01 pm
by Anton Ost
I made a firmware updater inside my device and got very poore speed of firmware writing. It takes 28 minuts to write 1.3 MB from memory to flash inside esp32s3.
Is it OK or i can make the speed normal?

Re: esp_ota_write() speed

Posted: Mon Jan 17, 2022 4:44 pm
by Anton Ost
I found the problem. I cut data to chunks of 4k and it works fine.