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
已提问 9 个月前282 查看次数
1 回答
0
已接受的回答

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
专家
Greg_B
已回答 9 个月前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则