ESP32-MINI-1 support #10344
-
Hi. I have flashed it successfully with this firmware `ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) abort() was called at PC 0x40081bf9 on core 0 Backtrace:0x40093b5e:0x3ffe3bc0 0x400942d5:0x3ffe3be0 0x40097f26:0x3ffe3c00 0x40081bf9:0x3ffe3c70 0x40078f60:0x3ffe3c90 |<-CORRUPTED ELF file SHA256: 00d24fd4330e05f8 Rebooting...` Is there no support for this ESP32 for MicroPython or how do I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
See https://forum.micropython.org/viewtopic.php?f=18&t=12022&p=65604&hilit=unicore#p65604 and #8365 |
Beta Was this translation helpful? Give feedback.
-
You have to set up the build environment and build the firmware using this PR. That's quite s bit of work, if doing it the first time. Instructions are in the readme file for the esp32 port and for MicroPython. |
Beta Was this translation helpful? Give feedback.
You have to set up the build environment and build the firmware using this PR. That's quite s bit of work, if doing it the first time. Instructions are in the readme file for the esp32 port and for MicroPython.