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 have read the documentation for esp-protocols components and the issue is not addressed there.
I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
From the documentation of esp_modem there are some guidelines with OTA:
When using UART terminal, you might find running OTA over https quite unstable, exhibiting frequent UART buffer overflows. The reason for that is that ESP32's UART is interrupt driven, so while performing computational extensive tasks with TLS session, we need to timely interrupt to process incoming data. Here'are few suggestions to mitigate the impact: * Move UART ISR to IRAM * Increase internal UART rx buffer size * Increase UART terminal task priority * Use UART flow control If none of the above helps, you can check the test target_ota, which performs OTA in two steps -- first read the data, then pass the data to mbedTLS. See the test README.md for more details.
But I cannot find the target_ota test in the repo. Can someone point me to it?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[ESP_MODEM] Where is target_ota test located?
[ESP_MODEM] Where is target_ota test located? (IDFGH-13781)
Sep 27, 2024
Answers checklist.
General issue report
From the documentation of esp_modem there are some guidelines with OTA:
But I cannot find the
target_ota
test in the repo. Can someone point me to it?The text was updated successfully, but these errors were encountered: