We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
-v, --verbose
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Thanks, that was the trick.
No branches or pull requests
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
optionCONFIGURATION: 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:
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
The text was updated successfully, but these errors were encountered: