is the esp32 s3 devkit v1 is suppoted by amazon-freertos.

0

I am currently using esp32 s3 to perform OTA using amazon-freertos and amazon I0T core. C:\amazon-freertos>cmake -DVENDOR=espressif -DBOARD=esp32_devkitc -DCOMPILER=xtensa-esp32 -S . -B build -GNinja by running the above command the following error is shown CMake Error at CMakeLists.txt:53 (message): Board is not supported: espressif.esp32_s3 kindly guide me how can I use esp32s3 with amazon-freertos

mzk
asked 8 months ago271 views
1 Answer
0
Accepted Answer

Hi mzk. the amazon-freertos repo is deprecated. You can find an up-to-date reference implementation here: https://github.com/FreeRTOS/iot-reference-esp32c3

The reference implementation is tested to run on the following IoT development boards:

  • ESP32
  • ESP32-C3
  • ESP32-S3
profile pictureAWS
EXPERT
Greg_B
answered 8 months ago
  • I have built and followed the process in the documentation but it builds the OTA for the C3 Board. How can I configure it for the S3 board?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions