Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Filesystem Image fails ... #31

Open
githubgoucho opened this issue Aug 2, 2023 · 2 comments
Open

Build Filesystem Image fails ... #31

githubgoucho opened this issue Aug 2, 2023 · 2 comments

Comments

@githubgoucho
Copy link

the factory sketch build is OK, but the filsystem build reports error.
Data directory is there and not empty
any ideas?
Here is my output:

Processing T-QT-Pro-N8 (platform: espressif32; board: esp32-s3-t-qt-pro; framework: arduino)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-t-qt-pro.html
PLATFORM: Espressif 32 (6.3.2) > Espressif ESP32-S3-T-QT (4 MB QD, No PSRAM)
HARDWARE: ESP32S3 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (esp-builtin) On-board (esp-builtin) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:

  • framework-arduinoespressif32 @ 3.20009.0 (2.0.9)
  • tool-esptoolpy @ 1.40501.0 (4.5.1)
  • tool-mkspiffs @ 2.230.0 (2.30)
  • toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
  • toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5
    Converting LVGL_Factory.ino
    LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
    LDF Modes: Finder ~ chain, Compatibility ~ soft
    Found 37 compatible libraries
    Scanning dependencies...
    Dependency Graph
    |-- lvgl @ 8.3.0-dev
    |-- OneButton @ 2.0.3
    |-- WiFi @ 2.0.0
    |-- TFT_eSPI @ 2.5.23
    Building in release mode
    Building FS image from 'data' directory to .pio\build\T-QT-Pro-N8\spiffs.bin
    error: can't read source directory
    *** [.pio\build\T-QT-Pro-N8\spiffs.bin] Error 1
@lewisxhe
Copy link
Contributor

lewisxhe commented Aug 2, 2023

  1. Move data to the same directory as ini
  2. Do not upload data, it has no effect

@githubgoucho
Copy link
Author

Thanks, that was the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants