File tree 3 files changed +6
-2
lines changed
config/telink/chip-module
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ if (CONFIG_BOOTLOADER_MCUBOOT)
195
195
if (CONFIG_SOC_SERIES_RISCV_TELINK_W91)
196
196
add_custom_target (sign_image ALL
197
197
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}
199
199
)
200
200
add_dependencies (sign_image merge_n22)
201
201
add_dependencies (merge_mcuboot sign_image)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ config BOOTLOADER_MCUBOOT
46
46
select IMG_MANAGER
47
47
select STREAM_FLASH
48
48
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
50
50
51
51
config CHIP_OTA_REQUESTOR_BUFFER_SIZE
52
52
int "OTA Requestor image buffer size"
Original file line number Diff line number Diff line change @@ -192,6 +192,10 @@ config DYNAMIC_INTERRUPTS
192
192
config CHIP_OTA_REQUESTOR
193
193
default y
194
194
195
+ config MCUBOOT_SIGNATURE_KEY_FILE
196
+ default "bootloader/mcuboot/root-ec-p256.pem" if BOARD_TLSR9118BDK40D
197
+ depends on BOOTLOADER_MCUBOOT
198
+
195
199
# In current config/zephyr/Kconfig
196
200
# next deprecated values are selected
197
201
# warning: Deprecated symbol CPLUSPLUS is enabled.
You can’t perform that action at this time.
0 commit comments