Xinyuan-LilyGO / T-QT

MIT License
94 stars 31 forks source link

Build Filesystem Image fails ... #31

Open githubgoucho opened 11 months ago

githubgoucho commented 11 months ago

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:

lewisxhe commented 11 months ago
  1. Move data to the same directory as ini
  2. Do not upload data, it has no effect
githubgoucho commented 11 months ago

Thanks, that was the trick.