Skip to content

Flashing ESP-07: Filesystem does not show up #14077

Answered by dpgeorge
besi asked this question in ESP8266
Discussion options

You must be logged in to vote

Yes, you must use the 1MB flash image.

If you get messages about a corrupt filesystem, then use this command to create a new filesystem:

import os
import flashbdev
os.VfsLfs2.mkfs(flashbdev.bdev)

Note that it's VfsLfs2.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dpgeorge
Comment options

Answer selected by besi
@besi
Comment options

@besi
Comment options

@besi
Comment options

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