-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Labels
area: DocumentationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
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 partitionsdocument linking process within flash node.
Metadata
Metadata
Assignees
Labels
area: DocumentationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug