Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootloop with ttgo_lora32_v21new #876

Closed
hekopath opened this issue Jul 3, 2022 · 1 comment
Closed

Bootloop with ttgo_lora32_v21new #876

hekopath opened this issue Jul 3, 2022 · 1 comment

Comments

@hekopath
Copy link

hekopath commented Jul 3, 2022

I had a build problem for another project and used paxcounter to cross check the issue:
lnlp/LMIC-node#45

Currently there seems to be an issue with specific version of the TTGO Lora32 v21 (T3_1.6) boards.

As workaround the espressif framework can be used in a specific version.
Line 57 of platformio.ini can be changed to:
platform_espressif32 = [email protected]
to successfully upload and run the project.

If anyone can add useful information to fix the problems, you are most welcome!

@cyberman54
Copy link
Owner

I can't reproduce this with a TTGO Lora32 v21 (T3_1.6) board, please post serial console monitor log here.
Generally, if you run in a bootloop, try to clear the NVRAM before uploading a fresh build:
pio run -t erase

You may also check the current v3.2.2 which is based on platformio-espressif 5.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants