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

Suggestion: SPIFFS image from a ZIP file #4

Open
nkolban opened this issue Aug 13, 2015 · 1 comment
Open

Suggestion: SPIFFS image from a ZIP file #4

nkolban opened this issue Aug 13, 2015 · 1 comment

Comments

@nkolban
Copy link

nkolban commented Aug 13, 2015

This is a suggestion rather than an issue ....

What would be great is to create a SPIFFS image from the content of a ZIP file. The value in this would be that I could create a ZIP of what my file system contains and then as part of my build process, the tool could create the image from the ZIP. The ZIP then becomes a source of "truth" of what is in my file system and can be managed as a unit.

@boriszweimueller
Copy link
Contributor

Currently I use bash tools to unzip a zip file to a temp dir and feeding this to mkspiffs during the build. But being able to use zip files directly would be nice.

Are there any preferences regarding the zip Library being used? I used https://libzip.org in other projects which worked well.

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

No branches or pull requests

3 participants