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
gefragt vor 9 Monaten282 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
Greg_B
beantwortet vor 9 Monaten
  • 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?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen