File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,16 @@ the name of the architecture is set as well.
155
155
156
156
There are some other ** {build.xxx}** properties available, that are explained in the boards.txt section of this guide.
157
157
158
+ Some of them allows to specify trusted security credentials (sign and encryption keys) that can be used for the secure
159
+ boot:
160
+
161
+ - ` build.keys.keychain ` : for the directory containing the keys
162
+ - ` build.keys.sign_key ` : for the signing key
163
+ - ` build.keys.encrypt_key ` : for the encryption key
164
+
165
+ These properties can be overwritten respectively with ` --keys-keychain ` , ` --sign-key ` , ` --encrypt-key `
166
+ [ compile] ( commands/arduino-cli_compile.md ) flags in the Arduino CLI.
167
+
158
168
#### Recipes to compile source code
159
169
160
170
We said that the Arduino development software determines a list of files to compile. Each file can be source code
You can’t perform that action at this time.
0 commit comments