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 6 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
|
e6c0eb2 to
5d7f66c
Compare
5d7f66c to
8607d12
Compare
|
FYI, Do not merge, I'm still checking partitioning. |
8607d12 to
6bd2c44
Compare
Switched the sdk-nrf revision to 3.4.0-rc1 Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
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>
6bd2c44 to
acdf97e
Compare
| .. _`RAM power-down`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/libraries/others/ram_pwrdn.html | ||
|
|
||
| .. _`Static and dynamic configuration`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/scripts/partition_manager/partition_manager.html#ug-pm-static | ||
| .. _`Migrating partition configuration from Partition Manager to devicetree (DTS)`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_partitions.html |
There was a problem hiding this comment.
| .. _`Migrating partition configuration from Partition Manager to devicetree (DTS)`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_partitions.html | |
| .. _`Migrating partition configuration from Partition Manager to devicetree (DTS)`: https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/nrf/releases_and_maturity/migration/migration_partitions.html |
And later we need to update all the links to 3.4.0.
There was a problem hiding this comment.
Hmm, below we have Chiptool that links to the latest as well. Should we change it there as well?
There was a problem hiding this comment.
Yes, since we don't know how the latest will look like in the future.
acdf97e to
d64da37
Compare
- 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>
Disabled Partition Manager manually. Once the Partition Manager is disabled globally in sdk-nrf, revert this commit. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
d64da37 to
14f119f
Compare
Previously only Partition Manager was supported in the zb_nrf_nvram implementation. Now using partition from device tree is supported as well.