Re: MicroPython on ESP32 with SPIRAM support

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
zhao
Posts: 5
Joined: Mon Mar 19, 2018 2:15 pm

Re: MicroPython on ESP32 with SPIRAM support

Post by zhao » Mon Mar 19, 2018 2:43 pm

I have two ESP32 boards: M5STACK with 4M SPIRAM and ESP-WROOM-32. Both of them can flash the standard Firmware successfully from http://micropython.org/download and work well. But both of them failed to flash the firmware with SPIRAM firmware from https://github.com/loboris/MicroPython_ ... /firmwares. ESPFlashDownloadTool and esptool.py are used and neither of them work. Is there some difference to flash these two version of firmwares? Thank you.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MicroPython on ESP32 with SPIRAM support

Post by pythoncoder » Tue Mar 20, 2018 5:15 am

Have you followed this guide? Installation instructions are different for the Loboris build.
Peter Hinch
Index to my micropython libraries.

zhao
Posts: 5
Joined: Mon Mar 19, 2018 2:15 pm

Re: MicroPython on ESP32 with SPIRAM support

Post by zhao » Tue Mar 27, 2018 1:29 pm

Thank you for your reply. The problem has been solved. It's my mistake. I ignored the bootloader.bin and/or partitions_mpy.bin, which are not required for the standard version.

Post Reply