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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠