Xinyuan-LilyGO / lilygo-micropython

Micropython for LILYGO boards
GNU General Public License v3.0
88 stars 28 forks source link

Reboot loop with T-DISPLAY build #26

Closed belmarca closed 1 year ago

belmarca commented 1 year ago

Hi,

I can successfully build firmware for the T-DISPLAY. However after flashing, it enters a reboot loop (RTCWDT_RTC_RESET). I can flash official Micropython images without issue. Do you have any suggestions where I might begin with debugging? A cursory glance with xxd shows that working firmware and the one I compiled look quite different, but I don't really know what to look for.

The chip is ESP32-D0WDQ6-V3 (revision 3).

Regards

belmarca commented 1 year ago

It seems this is not reproducible. Is there a way to check the images before flashing?

belmarca commented 1 year ago

I'm going to close for now, I can't reproduce.