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
feita há 9 meses282 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
Greg_B
respondido há 9 meses
  • 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?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas