esp8266, 16MB
Hi,
the latest mpy version can't be flashed to support 16MB flash.
the esp will be end up in a reset -loop.
with the version before it works as expected!
Flashing Micropython 1.21 to an ESP-01m not possible
I was not able to flash my ESP-01m with the latest micropython version 1.21.
As soon as I did a fallback onto 1.20 I could successfully flash my device and get a REPL.
EXPECTED BEHAVIOUR
I flash the device and get a REPL when connecting to it via TTL cable.
ACTUAL BEHAVIOUR
I can flash the device and "Thonny" tells me that the flashing was complete. However when I disable the boot loader mode and reset the device the device fails to respond.
I did use the latest Thonny 4.1.4 which uses ESPTool in the background.
I quite like the form factor of the ESP-01m so I would hope that micropython continues to work on that device.