-
Notifications
You must be signed in to change notification settings - Fork 58
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
[nrf noup] Adapt Matter SDK to te WiFi FW patch on external flash #391
Conversation
70300de
to
1efe42d
Compare
@@ -122,7 +122,10 @@ config PCD_APP | |||
default y | |||
|
|||
config UPDATEABLE_IMAGE_NUMBER | |||
default 2 | |||
default 3 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
1efe42d
to
c847afe
Compare
793c0cd
to
640135e
Compare
ffbc5b5
to
ee0db05
Compare
ee0db05
to
7aa80a3
Compare
This commit sets the default kconfigs if the WiFi FW patch on external flash is enabled.
7aa80a3
to
5c4da22
Compare
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.