-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add sysbuild configurations #541
Conversation
.config diff.config change: https://github.com/nrfconnect/sdk-sidewalk/actions/runs/9155243484/artifacts/1518397503
Configuration diff too long to fit. Check file in artifacts. |
903bccc
to
3f04dde
Compare
d34b0c6
to
988cac0
Compare
Manually tested:
|
0c70521
to
9e720eb
Compare
samples/sid_end_device/sample.yaml
Outdated
platform_allow: | ||
- nrf52840dk_nrf52840 | ||
- nrf5340dk_nrf5340_cpuapp | ||
- nrf54l15pdk_nrf54l15_cpuapp | ||
extra_args: | ||
OVERLAY_CONFIG="overlay-demo.conf" |
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.
change to EXTRA_CONF_FILE
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.
Is OVERLAY_CONFIG
deprecated? I see it in many samples and documentation articles
todo:
|
work in progress... |
need to enable some configs, but i found it in other samples, now it should be as before |
samples/sid_end_device/sysbuild/mcuboot/boards/nrf52840dk_nrf52840.overlay
Show resolved
Hide resolved
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.
commits need squashing
samples/sid_end_device/sysbuild/mcuboot/boards/nrf52840dk_nrf52840.overlay
Show resolved
Hide resolved
samples/sid_end_device/sysbuild/mcuboot/boards/nrf52840dk_nrf52840.overlay
Show resolved
Hide resolved
samples/sid_end_device/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay
Show resolved
Hide resolved
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause |
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.
app.overlay is needed
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.
added .overlay with boot_partition
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_PARTITION_MANAGER=n |
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.
this seems to conflict with the above file CONFIG_PARTITION_MANAGER_ENABLED=y
?
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.
In this test application partition manager in not enabled
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_PARTITION_MANAGER=n |
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 this
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.
In this test application partition manager in not enabled
b600698
to
1bba44e
Compare
[KRKNWK-18748] * add sysbuild config for sample * add sysbuild hci_ipc and mcuboot configs * use sysbuild in twister * use version file instead of script * replace deprecacet conf_file to new file_sufix Signed-off-by: Krzysztof Taborowski <[email protected]>
[KRKNWK-18748] * use sysbuild to build functional and validation tests * do not use sysbuild in unit tests (not supported) * disable dfu and parition manager in tests Signed-off-by: Krzysztof Taborowski <[email protected]>
[KRKNWK-18748] * align test with sample Signed-off-by: Krzysztof Taborowski <[email protected]>
CI parameters
NRF_revision=main
manifest-pr-skip (remove this line to create PR in NRF)
Description
JIRA ticket: KRKNWK-18781
Self review
CI parameters
(branch, hash, pull/XXX/head)
NRF_revision=main