-
I have bought some ESP-07 from Aliexpress. The vendor is "OESAN". I have some troubles after flashing the device: Flashing
Now using Thonny I set the parameters as follows
After the flashing is done I do get REPL prompt but the filesystem does not show up
GENERIC_1MBSince the chip does have 1MB flash so I tried selecting the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If the device has 1MB flash then you have to use the 1MB firmware versions. You may try to use esptool.py instead of Thonny calling it for you , and a simple serial terminal like PicoCom. Then you will get more error messages and will be able to tell the state of the device. Thonny is convenient but of little help if things fail. |
Beta Was this translation helpful? Give feedback.
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:
Note that it's
VfsLfs2
.