-
• #2
Hi @Questdoino,
first erase the flash
esptool.py -p COM2 -b 115200 erase_flash
and then use a complete flash sequence like described here ...
-
• #3
I have had no issues using v91 with the included 1.6 bootloader - I have some with that, and some with 1.4, and no problems with either of them.
-
• #4
Sure I'm erasing the flash before uploading
-
• #5
OK, the flash statement you named is missing the
esp_init_data_default.bin
part -
• #6
Still having problems with 1.88, 1.90, 1.91...
-
• #7
MaBe,
I`m a dumb, thanks) -
• #8
I have the same issue, with 2.1... still don't know what I'm doing wrong.
> python "../esptool.py" --port COM6 --baud 115200 write_flash --flash_size 4MB-c1 -fm qio 0 espruino_2v10_esp8266_4mb_combined_4096.bin
-
• #9
try the latest travis build file
Hi, all!
I`m having trouble with firmware newer than 1.87, no matter which boot version is uploaded (tried 1.6, 1.5, 1.4) the module goes to infinite boot loop
On 1.87 the module boots pretty fine even with 1.6 boot version
The module is ESP-01 with 1Mb of flash
Here is the esptool upload terminal string
Any ideas? Thanks in advance!