Skip to content

Commit 78f806d

Browse files
mkapala-nordicnordicjm
authored andcommitted
samples: bluetooth: fast_pair: locator_tag: Set RSA sig type for DKs
Set signature type to RSA for DKs. Jira: NCSDK-29943 Signed-off-by: Mateusz Kapala <[email protected]>
1 parent fbb05eb commit 78f806d

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf52833dk_nrf52833/sysbuild_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
SB_CONFIG_BOOTLOADER_MCUBOOT=y
88
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
9+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf52840dk_nrf52840/sysbuild.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
SB_CONFIG_BOOTLOADER_MCUBOOT=y
88
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
9+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf52dk_nrf52832/sysbuild_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
SB_CONFIG_BOOTLOADER_MCUBOOT=y
88
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
9+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf5340dk_nrf5340_cpuapp/sysbuild.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SB_CONFIG_NETCORE_IPC_RADIO=y
99
SB_CONFIG_BOOTLOADER_MCUBOOT=y
1010
SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y
1111
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
12+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
1213

1314
SB_CONFIG_SECURE_BOOT_NETCORE=y
1415
SB_CONFIG_NETCORE_APP_UPDATE=y

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf5340dk_nrf5340_cpuapp_ns/sysbuild.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SB_CONFIG_BOOTLOADER_MCUBOOT=y
1010
SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y
1111
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
1212
SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM=y
13+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
1314

1415
SB_CONFIG_SECURE_BOOT_NETCORE=y
1516
SB_CONFIG_NETCORE_APP_UPDATE=y

samples/bluetooth/fast_pair/locator_tag/sysbuild/configuration/nrf54l15dk_nrf54l15_cpuapp/sysbuild.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
SB_CONFIG_BOOTLOADER_MCUBOOT=y
88
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
9+
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

0 commit comments

Comments
 (0)