-
Notifications
You must be signed in to change notification settings - Fork 22
Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger #111
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
Open
ArekBalysNordic
wants to merge
6
commits into
nrfconnect:main
Choose a base branch
from
ArekBalysNordic:update_and_dts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
58ba652
manifest: Update sdk-nrf revision to 3.4.0-rc1
ArekBalysNordic db4a34a
subsys: Allow build nvram using DTS
ArekBalysNordic 609dceb
subsys: fota: Align dfu_multi_target to non-PM builds.
ArekBalysNordic d436fe5
samples: Switch from Partition Manager to DTS partitioning
ArekBalysNordic 93bf9fa
doc: Document changes related to Partition Manager removal
ArekBalysNordic 14f119f
samples: Disable Partition Manager
ArekBalysNordic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &flash0 { | ||
| partitions { | ||
| slot0_partition: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x0 0x79000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@79000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0x79000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@7b000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0x7b000 0x4000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@7f000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0x7f000 0x1000>; | ||
| }; | ||
| }; | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &flash0 { | ||
| partitions { | ||
| slot0_partition: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x0 0xf5000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@f5000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0xf5000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@f7000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0xf7000 0x8000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@ff000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0xff000 0x1000>; | ||
| }; | ||
| }; | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &flash0 { | ||
| partitions { | ||
| nrf5_mbr: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "nrf5-mbr"; | ||
| reg = <0x0 0x1000>; | ||
| }; | ||
|
|
||
| slot0_partition: partition@1000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x1000 0xf4000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@f5000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0xf5000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@f7000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0xf7000 0x8000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@ff000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0xff000 0x1000>; | ||
| }; | ||
| }; | ||
| }; |
|
edmont marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &boot_partition; | ||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &flash0 { | ||
| partitions { | ||
| slot0_partition: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x0 0xf2000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@f2000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0xf2000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@f4000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0xf4000 0x8000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@ff000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0xff000 0x1000>; | ||
| }; | ||
| }; | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &cpuapp_rram { | ||
| partitions { | ||
| slot0_partition: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x0 0x72000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@72000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0x72000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@74000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0x74000 0x8000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@7c000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0x7c000 0x1000>; | ||
| }; | ||
| }; | ||
| }; | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| /* | ||
| * Copyright (c) 2026 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /delete-node/ &slot0_partition; | ||
| /delete-node/ &slot1_partition; | ||
| /delete-node/ &storage_partition; | ||
|
|
||
| &cpuapp_rram { | ||
| partitions { | ||
| slot0_partition: partition@0 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "image-0"; | ||
| reg = <0x0 0xf2000>; | ||
| }; | ||
|
|
||
| storage_partition: partition@f2000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "storage"; | ||
| reg = <0xf2000 0x2000>; | ||
| }; | ||
|
|
||
| zboss_nvram: partition@f4000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-nvram"; | ||
| reg = <0xf4000 0x8000>; | ||
| }; | ||
|
|
||
| zboss_product_config: partition@fc000 { | ||
| compatible = "zephyr,mapped-partition"; | ||
| label = "zboss-product-config"; | ||
| reg = <0xfc000 0x1000>; | ||
| }; | ||
| }; | ||
| }; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
And later we need to update all the links to 3.4.0.
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, since we don't know how the latest will look like in the future.