-
Notifications
You must be signed in to change notification settings - Fork 177
Description
Board
ESP32-S3, CoreS3
Hardware Description
I am using CoreS3
IDE Name
VSCode
Operating System
Windows 11
Description
I am trying to build the example on windown 11 with vs code, esp-idf extension
I have clonned the main repo - esp-bsp
then I opened the example display_audio_photo directly in the code
I was able to set the target to esp32-s3 inbuild usb-JTAG
but while i run build from the UI
i get
[4/1421] C:\WINDOWS\system32\cmd.exe /C "cd /D D:\Repo_NBD...D_Fiverr/TamAI/esp-idf-v5.5/tools/cmake/scripts/fail.cmake"
FAILED: CMakeFiles/spiffs_storage_bin D:/Repo_NBD/NBD_Fiverr/TamAI/esp-bsp/examples/display_audio_photo/build/CMakeFiles/spiffs_storage_bin
C:\WINDOWS\system32\cmd.exe /C "cd /D D:\Repo_NBD\NBD_Fiverr\TamAI\esp-bsp\examples\display_audio_photo\build && C:\Users\Public.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Failed to create SPIFFS image for partition 'storage'. " "Check project configuration if using the correct partition table file." && C:\Users\Public.espressif\tools\cmake\3.30.2\bin\cmake.exe -E remove D:/Repo_NBD/NBD_Fiverr/TamAI/esp-bsp/examples/display_audio_photo/build/cOBdM.cmake && C:\Users\Public.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failing the build (see errors on lines above)" C:/Users/Public/.espressif/tools/cmake/3.30.2/bin/cmake.exe -P D:/Repo_NBD/NBD_Fiverr/TamAI/esp-idf-v5.5/tools/cmake/scripts/fail.cmake"
Failed to create SPIFFS image for partition 'storage'. Check project configuration if using the correct partition table file.
I don't know how to solve this
Sketch
https://docs.m5stack.com/en/core/CoreS3Other Steps to Reproduce
- clone the esp-bsp repo
- open the example in vs code directly from the powershell from the path of the example directory i.e. D:\Repo_NBD\NBD_Fiverr\TamAI\esp-bsp\examples\display_audio_photo
- use code . to open in the vs code
- connect the CoreS3 device
- select the flash method to JTAG
- select the COM
- set the device IDF-TARGET to esp32-s3
- build using esp-idf extension
- full clean and build again
I have checked existing issues, README.md and ESP32 Forum
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.