-
Notifications
You must be signed in to change notification settings - Fork 49
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
[BUG] OTA don't start (ota_over_mqtt_demo: This is not an OTA job) #114
Comments
probably my mistake in naming used in CONFIG_GRI_THING_NAME "FLTE15" vs Create thing name in AWS "FTLE15" .. |
Does the OTA work after you fixed the above problem? |
well
**> I (218616) ota_over_mqtt_demo: Downloaded block 247 of 248.
> ERROR A stack overflow in task OTADemoTask has been detected.
for FIX the OTA demo on ESP32S3 i have changed the OTADemo STack Size from 3072 to 6072 (simple test increasing the size, no specific checks) in sdkconfig (#define CONFIG_GRI_OTA_DEMO_DEMO_TASK_STACK_SIZE 6072) with the bigger stack size the OTA update works fine. |
Describe the bug
after configuring aws for the ota demo update as documented in 5 Perform firmware Over-the-Air Updates with AWS IoT
what i see is that esp32/esp32s3 don't start ota update :
System information
Hardware board: ESP32-S3 /ESP32
IDE used: 5.2.2
Operating System: Windows
Code version: 69d1309 (after #103)
Project/Demo: temp_sub_pub_and_led_control_demo
If your project is a custom application, please add the relevant code snippet(s) in the section titled "Code to reproduce bug".
Expected behavior
Screenshots or console output
> I (11026) ota_over_mqtt_demo: Request Job Document event Received
Steps to reproduce bug
Example:
1. "I am using project main branch
2. create the aws requires for the ota update via mqtt: 5 Perform firmware Over-the-Air Updates with AWS IoT
3. "When run on [ ... ], I observed that
> I (11446) ota_over_mqtt_demo: Received Job Document event Received
> I (11456) ota_over_mqtt_demo: This is not an OTA job
Code to reproduce bug
demo application with ota_over_mqtt_demo
Additional context
na
The text was updated successfully, but these errors were encountered: