cmake/sysbuild/image_signing: allow usage --rom-fixed for images target partition recognition#23242
cmake/sysbuild/image_signing: allow usage --rom-fixed for images target partition recognition#23242nvlsianpu wants to merge 3 commits into
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e56bb8bc2af9fb94dd0fc6d1dfe0a7047eac557e more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (7)Outputs:ToolchainVersion: f66cf421f3 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
4011874 to
b91ac43
Compare
| @@ -85,11 +87,9 @@ function(zephyr_mcuboot_tasks) | |||
| set(imgtool_sign ${PYTHON_EXECUTABLE} ${IMGTOOL} sign --version ${CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION} --align ${write_block_size} ${imgtool_sign_sysbuild}) | |||
| else() | |||
| set(imgtool_rom_command) | |||
There was a problem hiding this comment.
| set(imgtool_rom_command) |
| dt_chosen(code_partition PROPERTY "zephyr,code-partition") | ||
| dt_reg_addr(code_partition_offset PATH "${code_partition}" REQUIRED) | ||
| set(imgtool_rom_command --rom-fixed ${code_partition_offset}) |
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
b91ac43 to
ed6594d
Compare
741ae76 to
47c69de
Compare
47c69de to
b99e201
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23242/14) |
37728f8 to
546da60
Compare
From now each image has populated fixed rom address in its header. This sets fixed-rom flag and populated ih_load_address field in the header. This value can be used by MCUboot for deciding on image. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
… value signing script on loader misses exact value for --rom-fixed parameter. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
version which can use rom-fixed address for recognizing images. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
546da60 to
e56bb8b
Compare
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
No description provided.