Xinyuan-LilyGO / T-Display-S3

MIT License
731 stars 173 forks source link

Can't verify the sketch. #207

Closed matmo1 closed 6 months ago

matmo1 commented 6 months ago

Hi, I recently purchased a T-Display S3 and I use Arduino IDE 2.2.2. I've decided to compile a sample project for the T-Display S3 using Arduino IDE from the example folder. When i clicked verify it stopped and gave me this error:

\Documents\Arduino\T-Display-S3-main\example\PCBClock\bootloader.bin was unexpected at this time.

exit status 1

Compilation error: exit status 1

Also installed the most recent library.

lewisxhe commented 6 months ago

Uninstall the esp board and then reinstall it

matmo1 commented 6 months ago

I reinstalled the board, reinstalled Arduino ide, reinstalled the library and I'm still getting the same error.

lewisxhe commented 6 months ago

This is an environmental issue, not an example issue. I recorded a usage video before.

teastainGit commented 6 months ago

Maybe this is a bug in the Nightly Build Arduino IDE 2.2.2? Can you try uploading a simpler sketch like the tft example? Is your boards version 'Arduino ESP32 2.0.13' and the upload type 'ESP32S3 Dev Module'?

matmo1 commented 6 months ago

It might be. I did downgrade the library and no luck. I tried the tft example and I got the error again. I'll install the 2.2.1 version and try again.

matmo1 commented 6 months ago

It worked! Thanks everyone!