-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make 2nd stage bootloader and app update/ota verify 2 signatur…
…es are valid for esp32s3
- Loading branch information
1 parent
7f9a323
commit 1b841ac
Showing
5 changed files
with
75 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
menu "Bootloader welcome message" | ||
|
||
config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE | ||
string "Bootloader welcome message" | ||
default "Custom bootloader message defined in the KConfig file." | ||
menu "2nd stage bootloader/ota minimum signatures" | ||
config JADE_MINIMUM_SIGNATURES | ||
int "bootloader 2nd stage and ota verifies minimum signatures" | ||
range 1 3 | ||
default 2 if BOARD_TYPE_JADE_V2 | ||
default 1 | ||
help | ||
Message to print by the custom bootloader when booting up. | ||
Number of signatures required for app-images from 2nd stage and ota | ||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters