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

genimage behavior depends on order of partitions even when offsets are specified #263

Open
hudson-ayers-cruise opened this issue Jul 30, 2024 · 1 comment

Comments

@hudson-ayers-cruise
Copy link
Contributor

I am finding that if I list partitions out of order that genimage will complain part xxxx overlaps with previous partition, even if I have specified offsets and sizes for every image and there is not actually any overlap. Putting the partitions back in order fixes this, but doing so makes it challenging to have a single shared config for two boards that need to only specify 1-2 different partitions (which can then be included in a board-specific config), if those partitions are not the last in an image.

@michaelolbrich
Copy link
Member

Declaring partitions out-of-order can have side effects and there are some cases that can not work because of that. Please share your config, so that I can figure out if it's a bug or not.

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