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

boot: zephyr: fix MCUboot linking after DT/Kconfig changes #445

Closed
wants to merge 1 commit into from

Conversation

lemrey
Copy link
Contributor

@lemrey lemrey commented Mar 17, 2019

Correctly set the KConfig options:

  • FLASH_LOAD_OFFSET
  • FLASH_LOAD_SIZE

to ensure that MCUboot is linked into the correct partition.
I have another commit to push to Zephyr, to fix an issue specific to nrf52840_pca10059.

@nvlsianpu please have a look.

Correctly set the KConfig options:
- FLASH_LOAD_OFFSET
- FLASH_LOAD_SIZE

to ensure that MCUboot is linked into the correct partition.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>

config TEXT_SECTION_OFFSET
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might have to keep this, need to think about it.

@nvlsianpu
Copy link
Collaborator

nvlsianpu commented Mar 18, 2019

@lemrey - I want to fix this more common in zephyr and mcuboot - will send pair of patches.

@nvlsianpu
Copy link
Collaborator

I'm closing in favor #447

@nvlsianpu nvlsianpu closed this Mar 19, 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.

None yet

2 participants