Skip to content

(WIP) optional use of esptool.py for flashing #4992

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

Closed
wants to merge 2 commits into from

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Jul 31, 2018

Untested in all situations

This is an option.

  • tested with linux and wemos d1 mini
  • original esptool is still used to generate the image (it sets at least flash freq and flash mode)
  • erase command not treated (yet)
  • reset method not treated (yet) (working with d1 which uses nodemcu method, esptool.py by default? triggers DTR)

How to try:

  • run get.py to download esptool.py.
  • run tools/board.txt.py --esptoolpy --allgen
  • restart IDE

How to get back to default:

  • run tools/board.txt.py --allgen
  • restart IDE

(the big changes in boards.txt.py is only the macros variable moved from global to all_boards() function because it uses now the new esptool variable)

@d-a-v
Copy link
Collaborator Author

d-a-v commented Jan 23, 2019

closed in favor of #5635 which is running very well

@d-a-v d-a-v closed this Jan 23, 2019
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

Successfully merging this pull request may close these issues.

1 participant