MicroPython Firmware with SPIRAM support getting SPI FAST REBOOT in Wrover IE #11878
Unanswered
aurosoares
asked this question in
ESP32
Replies: 2 comments 1 reply
-
What does `esptool.py --chip esp32 chip_id' show? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There has been previous discussion on N16R8. It seems to be more difficult to get working correctly then the 8M SPIRAM version that I use. Good luck |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I wrote a software in micropython for an application to run on an ESP32 Wrover IE, this board supports SPIRAM. However, when using the generic ESP32 firmware the software works normally, but when using the SPIRAM firmware my ESP keeps rebooting every second. I already discarded software, just by opening PUTTY and running some simple commands I already reboot with the SPIRAM firmware(SPI FAST REBOOT).
I'm strictly following this site: https://micropython.org/download/esp32spiram/
Beta Was this translation helpful? Give feedback.
All reactions