-
Notifications
You must be signed in to change notification settings - Fork 215
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
SPIFFS data directory subfolder not converted in prefixed files. #5
Comments
ok, what do we need to do? |
In a file system where there is not working-dir concept all name should be absolute (starting with /) for compatibility with filesystem where dir is a real object. |
Actually i checked and mkspiffs 1.2 supports nested directories. So I think this should just work if you create a 'somewhere' subdirectory in 'data' directory and put all files there. |
Under linux? |
@igrr where can I read on the matter? |
Recursive packing has been added here: igrr/mkspiffs@2ecc11f |
recursive plugin have been done here: 68fd738 |
In 0.2.0 |
From @far5893 on December 4, 2015 9:16
SPIFFS does not support directories so dir is only a prefix of filename,
if i prepare SPIFFS filesystem in linux (data directory) i cannot prefix files with /somewhere/ (/ is not allowed) but i can create directories , spiffs flash tool does not convert directories name in file prefixes!
Copied from original issue: esp8266/Arduino#1139
The text was updated successfully, but these errors were encountered: