tools/ci: Fix esptool issue - #20235
Merged
Merged
Conversation
acassis
requested review from
Ouss4,
fdcavalcanti,
gustavonihei and
tmedicci
as code owners
September 21, 2026 21:31
There is a issue that exist on esptool and was fixed on version 5.3.0: https://github.com/espressif/esptool/releases/tag/v5.3.0 elf2image: Correct pad length for ram-only-header flash segments (Sylvio Alves - c637749) Signed-off-by: Alan C. Assis <acassis@gmail.com>
acassis
force-pushed
the
fix_ci_esptool
branch
from
September 21, 2026 22:00
f52eb11 to
a192150
Compare
xiaoxiang781216
approved these changes
Sep 22, 2026
Contributor
|
Hi @acassis There is a newer version of esptool (Version 5.4.0) . Version 5.4.0 |
Contributor
|
I don't oppose this change nor do I see any major issue on the release notes, but we did not run our internal NuttX CI with this newer esptool version and there is no plan for it right now. |
Contributor
Author
|
@simbit18 @fdcavalcanti If I'm not wrong I think on 5.4.0 the esptool.py name that was deprecated on version 5.3.0 will be enforced. So we will need to change other files too. I think moving 5.3.0 first is safest path |
JorgeGzm
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
There is an issue that exists on esptool and was fixed on version 5.3.0:
https://github.com/espressif/esptool/releases/tag/v5.3.0
elf2image: Correct pad length for ram-only-header flash segments (Sylvio Alves - c637749)
Impact
Fix random issues, similar to: #13824
Testing
CI