Skip to content

Fix reading multiple partitions with read command#236

Merged
bkerler merged 1 commit into
bkerler:mainfrom
omicronns:main
Jun 9, 2026
Merged

Fix reading multiple partitions with read command#236
bkerler merged 1 commit into
bkerler:mainfrom
omicronns:main

Conversation

@omicronns

Copy link
Copy Markdown
Contributor

When executing read command with multiple partitions like:

mtk r boot_a,cust boot_a.bin,cust.bin

All partitions were treated as they are the same length - length of the first partition on the list. After first loop iteration length variable was no longer None, so it wasn't updated with current partition length.

@Twig6943

Twig6943 commented Jun 1, 2026

Copy link
Copy Markdown

valid pr

@bkerler bkerler merged commit 2c9f4d7 into bkerler:main Jun 9, 2026
@bkerler

bkerler commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Thanks !

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.

4 participants