maxgerhardt / pio-esp32-esp8266-filesystem-downloader

Script for expanding PlatformIO's ability to download LittleFS and SPIFFS filesystems from ESP32 and ESP8266 chips and their contents
29 stars 9 forks source link

getting .platformio/packages/tool-mklittlefs/mkspiffs__ no such file or directory after FS download #12

Open kevinlieb opened 1 month ago

kevinlieb commented 1 month ago

I'm on a Mac. I integrated the .py script into my project but I get:

Chip is ESP32-S3 (revision v0.2) Features: WiFi, BLE Crystal is 40MHz MAC: c0:4e:30:12:ad:c0 Uploading stub... Running stub... Stub running... 1572864 (100 %) 1572864 (100 %) Read 1572864 bytes at 0x00670000 in 176.1 seconds (71.5 kbit/s)... Hard resetting via RTS pin... Unpack files from filesystem image /bin/sh: /Users/lieberk2/.platformio/packages/tool-mklittlefs/mkspiffs__: No such file or directory Extracted 0 file(s) from filesystem.

Did I miss a step? Is this a Mac specific problem?

kevinlieb commented 1 month ago

Should clarify I put this in platformio.ini

extra_scripts = download_fs.py custom_unpack_dir = /Users/lieberk2/littlefs

I'm using ESP32-S3 on an M5Stack Dial

JacoAnnandale commented 4 days ago

Getting more or less the same problem:

C:\Users\jacoa.platformio\packages\tool-mklittlefs\mkspiffs${PIOPLATFORM}${PIOFRAMEWORK}"' is not recognized as an internal or external command, operable program or batch file

I am using Win10 64 bit