-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTA chunk size problems (IDFGH-13669) #14545
Comments
Hello @jkorenj , I'm sorry for the delayed reply. Thank you for your patience. Could you please let me know which example you have tried for implementing the OTA update on the ESP32-C3? Additionally, it would be helpful if you could share the sdkconfig file and the debug-enabled log (CONFIG_LOG_DEFAULT_LEVEL_DEBUG) to get more insight into the issue. This will help us understand the situation better and provide a more accurate solution. Looking forward to your response. |
Hello, I implemented OTA update through SPI and I didn't use any example, but I was looking at the simple_ota_example. I can prepare the sample in the next week. Thank you. |
Hello @jkorenj, Alternatively, you can integrate your changes into the simple_ota_example and try to reproduce the issue. If the problem persists, please share the patch and sdkconfig file with us so we can reproduce it on our end. Thank you. |
Hi @jkorenj, Since we haven't received any further updates, I’ll be closing this issue for now. However, please feel free to reopen it if you encounter the issue again. It would be helpful if you could provide a small reproducible example or a patch file integrated with one of the OTA examples in IDF. Best regards, |
Answers checklist.
General issue report
Hello,
I implemented OTA update through SPI on ESP32C3.
As I read in the documentation the flash page size is 4k, but for some reason when I try to send 4k chunks the partition is never changed.
I can see that the update procedure is successful, but when I reset the ESP32C3 it is booted from the same partition.
I tried it with 512 bytes chunk size and everything works as expected.
Can you help me, what am I missing here?
Thank you for your help.
The text was updated successfully, but these errors were encountered: