ESP32-S3 Over The Air (OTA) update with Micropython #10288
Unanswered
pavelgolikov
asked this question in
ESP32
Replies: 1 comment 3 replies
-
The GENERIC_OTA version will run on the S3, but it will be missing a few features. At a glance I can see the OTA version isn't built with the USB config enabled (supports the second USB port you would find on ESP32-S3-DevKitC-1 for instance). HW UART will be disabled and the HW I2C pins will not be defined. Note that you still have to write the code to make the OTA update happen, unless you use an already available solution like this: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I looked for similar discussions, but could not find a clear answer. My apologies if I am asking in the wrong category.
I am looking to set up my esp32-s3 so that it will run micropython and be able to do over the air (OTA) updates. I currently have flashed the latest nightly build of the following micropython version on the device:
https://micropython.org/download/GENERIC_S3/
I noticed that on the same website there is a GENERIC_OTA version, but I do not see GENERIC_S3_OTA version anywhere.
Am I missing something? Is it possible to install GENERIC_OTA on esp32s3 board or should I compile the firmware myself somehow?
Best Regards,
Pavel.
Beta Was this translation helpful? Give feedback.
All reactions