Skip to content

ESP8266-MicroPython install - No files #15810

Discussion options

You must be logged in to vote

I just checked with a 1M ESP8266. There is a small LFS2 file system. You should be able to verify with:

import os
os.statvfs("")

Here, it returns (4096, 4096, 98, 93, 93, 0, 0, 0, 0, 255), telling that there are 98 blocks of 4k size available.

You will not see the board's file system in the file manager of the PC. I can use Thonny to access the file system setting the interface properly to /dev/ttyUSB0. But I normally use mpremote as less intrusive tool. If you prefer to use a IDE, look at ViperIDE, which also has no unwanted side effects.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@glenn20
Comment options

@robert-hh
Comment options

Answer selected by salexander319
@salexander319
Comment options

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