-
Notifications
You must be signed in to change notification settings - Fork 1.4k
cmake/sysbuild/image_signing: allow usage --rom-fixed for images target partition recognition #23242
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
base: main
Are you sure you want to change the base?
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
cmake/sysbuild/image_signing.cmake
Outdated
| @@ -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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| set(imgtool_rom_command) |
cmake/sysbuild/image_signing.cmake
Outdated
| 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}) |
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.
un-indent by 2 spaces
|
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 <[email protected]>
… value signing script on loader misses exact value for --rom-fixed parameter. Signed-off-by: Andrzej Puzdrowski <[email protected]>
version which can use rom-fixed address for recognizing images. Signed-off-by: Andrzej Puzdrowski <[email protected]>
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.