Skip to content

Commit 6458df6

Browse files
committed
[Telink] use corect key
1 parent 3f25f6b commit 6458df6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

config/telink/chip-module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ if (CONFIG_BOOTLOADER_MCUBOOT)
195195
if (CONFIG_SOC_SERIES_RISCV_TELINK_W91)
196196
add_custom_target(sign_image ALL
197197
COMMAND
198-
west sign -t imgtool -d ${PROJECT_BINARY_DIR}/.. -- --key ${PROJECT_BINARY_DIR}/mcuboot_key.pem # root-rsa-2048.pem
198+
west sign -t imgtool -d ${PROJECT_BINARY_DIR}/.. -- --key ${ZEPHYR_BASE}/../${CONFIG_MCUBOOT_SIGNATURE_KEY_FILE}
199199
)
200200
add_dependencies(sign_image merge_n22)
201201
add_dependencies(merge_mcuboot sign_image)

config/telink/chip-module/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config BOOTLOADER_MCUBOOT
4646
select IMG_MANAGER
4747
select STREAM_FLASH
4848
select STREAM_FLASH_ERASE
49-
select TELINK_W91_MATTER_OTA_LAYOUT if BOARD_TLSR9118BDK40D
49+
select TELINK_W91_N22_MATTER_OTA_LAYOUT if BOARD_TLSR9118BDK40D
5050

5151
config CHIP_OTA_REQUESTOR_BUFFER_SIZE
5252
int "OTA Requestor image buffer size"

config/telink/chip-module/Kconfig.defaults

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ config DYNAMIC_INTERRUPTS
192192
config CHIP_OTA_REQUESTOR
193193
default y
194194

195+
config MCUBOOT_SIGNATURE_KEY_FILE
196+
default "bootloader/mcuboot/root-ec-p256.pem" if BOARD_TLSR9118BDK40D
197+
depends on BOOTLOADER_MCUBOOT
198+
195199
# In current config/zephyr/Kconfig
196200
# next deprecated values are selected
197201
# warning: Deprecated symbol CPLUSPLUS is enabled.

0 commit comments

Comments
 (0)