Xinyuan-LilyGO / T-Deck

296 stars 54 forks source link

Documentation - Can't Enter Download Mode #62

Open AlexBestoso opened 1 week ago

AlexBestoso commented 1 week ago

I've been working with the T-deck for a while and have gotten into a great many boot loops.

Holding down the scroll ball and restarting as described enters me into an invalid upload mode.

I was finally able to get passed this issue by connecting gpio 46 to ground and then repeating the process involving the trackball.

GPIO 46 was the second from the left on the bottom row of esp pinouts.

The above outlined process fixed my issues resulting from serial data corruption due to bad code and should be mentioned in the documentation for trouble shooting flashing issues.

image0(4)

lewisxhe commented 1 week ago

Thanks for the report. This problem is caused by GPIO46 being pulled up to a high level by esp32c3, which makes it impossible to enter USB download mode. The solution is to remove the resistor shown in the figure below. image