adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.11k stars 1.22k forks source link

lilygo ttgo t-oi plus boot loop #6435

Open SimonVail opened 2 years ago

SimonVail commented 2 years ago

CircuitPython version

adafruit circuit python 7.3.0 RC0

Code/REPL

no codes/ can't acces REPL

Behavior

Bootloop

Description

The firmware has an error, occuring in a continuous bootloop.

Additional information

Working on a solution.

tannewt commented 2 years ago

The bootrom is likely outputting to the debug UART info about the reset reason. I'd suggest checking that out. You may need a DEBUG=1 build of CircuitPython to enable it.