Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger#111
Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger#111ArekBalysNordic wants to merge 5 commits into
Conversation
fac90c6 to
1073909
Compare
Documentation PreviewThe documentation has been built successfully. You can view the preview here: preview Generated at: Expand to view changed pages
|
There was a problem hiding this comment.
Maybe not needed now, but we might think about some better structuring/naming for these files, in case we want to support both options when comes to using external flash or not, for instance.
There was a problem hiding this comment.
That's right. In sdk-nrf we have something like _internal.dtsi for non-external flash partitions. However, here I don't have any strong opinion what's the best naming.
Switched the sdk-nrf revision to 3.4.0-rc1 Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
e6c0eb2 to
5d7f66c
Compare
There was a problem hiding this comment.
Look at the last lines of this file. They should be guarded by if PARTITION_MANAGER_ENABLED.
There was a problem hiding this comment.
That's right. I will add it there. However, it's not visible while building even if it is not guarded.
Previously only Partition Manager was supported in the zb_nrf_nvram implementation. Now using partition from device tree is supported as well. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
the dfu_multi_target library now supports both PM and DTS partitioning. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
- Removed obsolete pm_static.yaml files - Added common partitioning dtsi files - Set dts root in module.yaml file. - Aligned Light Bulb and Light Switch to the recent changes. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Updated README files and configuration sections. Described the transition process, and pointed sdk-nrf documentation. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
5d7f66c to
8607d12
Compare
|
FYI, Do not merge, I'm still checking partitioning. |
Previously only Partition Manager was supported in the zb_nrf_nvram implementation. Now using partition from device tree is supported as well.