-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tools: Fix esptool.py and espsecure.py warnning #16723
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
base: master
Are you sure you want to change the base?
Conversation
Starting with esptool.py v5.0.0, running esptool.py pops up the warning: "Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release." Signed-off-by: Leo Chung <gewalalb@gmail.com>
Starting with espsecure.py v5.0.0, running espsecure.py pops up the warning: "Warning: DEPRECATED: 'espsecure.py' is deprecated. Please use 'espsecure' instead. The '.py' suffix will be removed in a future major release." Signed-off-by: Leo Chung <gewalalb@gmail.com>
f12f62d to
fb43d95
Compare
|
Hi, For other suggested development environment please check project's docker file. |
|
@eren-terzioglu maybe it is a good idea to use esptool from distro, this is a competitive advantage. When working with STM32 for example we don't need to download anything from ST site. Espressif is doing a great working adding support to OpenOCD for example. I think keeping the esptool on Linux updated is very important to users. |
Maybe the Dockerfile is using an outdated esptool version or doesn't have it installed. |
Even if this change is better, we need to test it completely. Please don't merge it for a while. |
|
Please hold on for a second. Updating
|
Sure, it needs more tests |
Dockerfile version is the version that we are using currently |
|
@bl4kraven please consider @eren-terzioglu and @bl4kraven and if you can please help, after they confirm everything works, please help updating the Documentation. |
|
OK, if everything test ok, i will update the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be merged before updating CI's esptool version at tools/ci/docker/linux/Dockerfile.
Apart from that, from our side, extensive testing must be performed internally (cc @fdcavalcanti @eren-terzioglu ). Please don't merge it yet.
Hi,
Starting with esptool.py and espsecure.py v5.0.0, running esptool.py and espsecure.py pops up the warning:
Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release.Warning: DEPRECATED: 'espsecure.py' is deprecated. Please use 'espsecure' instead. The '.py' suffix will be removed in a future major release.The esptool project commit espressif/esptool@635cde1.
Testing
Test on esp32-devkitc.