M5stack original firmware (binary)
-
I have flashed my m5stack with micropython and now I would like to back to original by using arduino due to lack of support lib. on micropython.
Could anyone direct me to the original firmware of m5stack?
I know there 're github for m5stack but I cannot find the original bin firmware. -
I'm not sure, but maybe the offline folder is the right place.
firmwares/OFF-LINE -
To remove Python & restore use of Arduino IDE:
Try this:
Use the ESP32 Download Tool not to upload any bin files but purely to ERASE the python config.
Then open Arduino, check comm port is active, and upload a file.
Worked for me.
-
@jimit Thanks for your answer I'll try this.
-
I also flashed mine with micropython. To get it back to the factory program that came installed, I connected it to the Arduino IDE, selected Tools > Board: M5Stack-Core-ESP32. Next I opened: File > Examples > M5Stack > Basics > FactoryTest. Upload that to the m5stack and you should be back to the factory program.
If you don't have the M5Stack custom libraries, you can install it from Sketch > Include Library > Manage Libraries... Type m5stack in the filter box, select the result, and install the latest version.