Skip to content

LittleFS data upload - running from outside the IDE #1477

Answered by earlephilhower
obdevel asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I guess I don't print out the actual command line. I think you have all the info needed, though.

Just run mklittlefs (installed as part of the toolchain, or downloadable from GH) to make the FS image. You'll need to turn "256k" into the byte count, but otherwise it's cut-n-paste:

mklittlefs -c dir-to-pack -b 4096 -p 256 -s 262144 out.bin

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@earlephilhower
Comment options

Answer selected by obdevel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants