
Runs so far very well on my ESP826612E (NodeMcu). Also things are getting really usable since the filesystem support works a lot better then in v01 (also it is activated on boot so one could use a "boot.py"). So far I was able to load a bunch of Python files to the flash and successfully import them.
Since I found managing files on the REPL a little cumbersome I started writing a little utility to upload/download/remove files to/from the device. It is a shell-based tool, loosely using commands like a simple FTP shell client (ls, get, put, rm). If the tool is of interest for someone else her, it could be found on my github:
https://github.com/wendlers/mpfshell
The tool is based on the "pyboard.py" from the Micropython repository.
Regards, and keep the great work up!
Stefan