Page 1 of 1

Putting micropython on an m5stack with 4M of PSRAM

Posted: Thu May 17, 2018 6:38 pm
by Abraxas
I recently bought a M5Stack with 4M of PSRAM and a MPU9250 9DOF sensor (see the link below for more info on the board).
https://www.amazon.com/gp/product/B079N ... UTF8&psc=1

I would like to put micropython on it but am unsure of where to go to do this. I can use either a Windows machine or a Mac (I prefer Mac) so instructions would need to be step by step for either of those machines.

Thanks in advance.

Re: Putting micropython on an m5stack with 4M of PSRAM

Posted: Fri May 18, 2018 8:42 am
by pythoncoder
The official MicroPython port for ESP32 does not support PSRAM. It will run, but you won't get the benefit of the extra RAM. Installation instructions may be found here along with the firmware images.

For PSRAM support you need the Loboris port which is supported on this forum.

Re: Putting micropython on an m5stack with 4M of PSRAM

Posted: Fri May 18, 2018 6:57 pm
by Abraxas
Thanks for the information! :D

Re: Putting micropython on an m5stack with 4M of PSRAM

Posted: Tue Aug 14, 2018 4:14 pm
by AlexanderSemenov1