Giter VIP home page Giter VIP logo

Comments (2)

igrr avatar igrr commented on July 30, 2024

@bachi76 this plugin is a thin wrapper around two tools: mkspiffs and esptool-ck. mkspiffs is called to pack files into SPIFFS image, and esptool-ck is used to upload this image. You can certainly call these two tools from a script/makefile. Please check the readme for each tool and ping me if anything is not clear.
You will also need to know SPIFFS image layout when you call mkspiffs, see boards.txt for parameters (these ones are for 4M(3M SPIFFS) option).

Regarding recursive packing: it was added to mkspiffs by @pgollor in 2ecc11f, that happened between releases 0.1.1 and 0.1.2. If you got your copy of esp8266 core through boards manager package, then you've got 0.1.1, which is missing this feature. Latest git version of the core has 0.1.2.

I'm closing this issue because recursive upload feature doesn't depend on this tool. Feel free to open an issue against mkspiffs if anything's wrong with recursive upload in 0.1.2.

from arduino-esp8266fs-plugin.

bachi76 avatar bachi76 commented on July 30, 2024

Thanks a lot @igrr , will try with 0.1.2. (and the two underlying tools)

from arduino-esp8266fs-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.