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

[nrf noup] Adapt Matter SDK to te WiFi FW patch on external flash #391

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

ArekBalysNordic
Copy link
Contributor

This commit sets the default kconfigs if the WiFi FW patch on external flash is enabled.

This is not the final solution, for now for testing purposes only.

@@ -122,7 +122,10 @@ config PCD_APP
default y

config UPDATEABLE_IMAGE_NUMBER
default 2
default 3
Copy link
Contributor

Choose a reason for hiding this comment

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

How does this work for apps that use only two updateable images? Looking at the mcuboot code, I think it may fail if flash_area_open fails for image 2.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it was added here only for testing purposes, I'm still considering how we can manage that properly.

@ArekBalysNordic ArekBalysNordic force-pushed the wifi_ext_patch branch 2 times, most recently from ffbc5b5 to ee0db05 Compare February 21, 2024 12:08
This commit sets the default kconfigs if the WiFi FW patch on
external flash is enabled.
@ArekBalysNordic ArekBalysNordic merged commit 0b7d6e4 into nrfconnect:master Feb 28, 2024
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants