I used Micropython in my module before, but now i cant flash a working micropython firmware, while flashing ends the blue led show up and if i connect by serial i get a lot of garbage code.
The module works fine with NodeMCU, AT and Arduino Firmwares.
i just tried erase flash using esptool.
i just tried flash v1.8.7 an 1.9.3 versions of micropython
I only get this issue flashin Micropython firmware, please some one give me the way of light

The garbage that i get on serial look like this: https://ghostbin.com/paste/tesse
UPDATE: While i connect using picocom at baud 78400 i got this errors in serial:
Code: Select all
Fatal exception (0):
epc1=0x4020e754, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
SOLUTION:
After a long time i discovered the solution fallowing a friend instructions, to solve this problem i have to compile the micropython firmware.
My module still don't work using pre compiled firmwares but when i compile using this tutorial from adafruit(https://learn.adafruit.com/building-and ... d-firmware) he come back to life again. Some one Know why its happen?