Skip to content

Update documentation on linking Zephyr within a flash partition #13151

@mnkp

Description

@mnkp

PR #12108 "Shift DTS before Kconfig" modified how flash partitions are linked. Before #12108 was merged the process was as follows:

If the chosen node has no zephyr,code-partition property, the application image link uses the entire flash device. If a zephyr,code-partition property is defined, the application link will be restricted to that partition.

this is no longer true.

Following documentation needs to be updated:

  • "Linking Zephyr Within a Partition"
  • the help text of BOOTLOADER_MCUBOOT Kconfig option in ./Kconfig.zephyr
  • majority of board dts files that define flash partitions find boards/ -name "*.dts" | xargs grep -l partitions document linking process within flash node.

Metadata

Metadata

Assignees

Labels

area: DocumentationbugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions