ESP32 - Disable Wifi and BLE causes infinite reboot #7163
Replies: 1 comment
-
Posted at 2019-11-14 by 7oo1er Hello. Played with a same devboard, got an infinite loop in the same way. But.. How I can reflash it to a normal stage? Did reflash with
and got the same loop after reflash.
and got another halt about no booting partition
with "Unable to retrieve board information. Connection Error?" IDE message, that thing went into the same loop after reflashing with the first full flash command again. I got this form ESP32 page.
I hope there can be a way to erase bt off command from the board. UPD: Googled and looks like it's ok to erase_flash and reflash. Did so and everything works ok. Did a read_flash into file, took 16777216 bytes. So, looks like BT is in can't use and can't disable situation. Posted at 2019-11-14 by AkosLukacs Yes, have to fully erase the flash. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-08-20 by AkosLukacs
Looks like if I disable BLE and disable Wifi, the ESP32 goes into an infinite reboot loop.
Only way to recover is to erase + reflash the ESP32.
Tested with 2v01 and 2v04 with two boards:
Ran into this earlier, just ignored... The Chip running hot on blink sketch thread was the final push to re-test this again.
Can someone else confirm this? Any idea how to fix?
Beta Was this translation helpful? Give feedback.
All reactions