File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ### Secure Boot
1
+ # Secure Boot
2
2
3
3
A [ "secure boot"] ( https://www.keyfactor.com/blog/what-is-secure-boot-its-where-iot-security-starts/ ) capability may be
4
4
offered by Arduino boards platforms.
@@ -28,9 +28,10 @@ tools.imgtool.flags=sign --key "{build.keys.keychain}/{build.keys.sign_key}" --e
28
28
29
29
```
30
30
31
- By having only ` tools.TOOL_NAME.cmd ` and ` tools.TOOL_NAME.falgs ` , we can customize the behavior with a
31
+ By having only ` tools.TOOL_NAME.cmd ` and ` tools.TOOL_NAME.flags ` , we can customize the behavior with a
32
32
[ custom board option] ( ../platform-specification.md#custom-board-options ) . Then in the
33
- [ ` boards.txt ` ] ( ../platform-specification.md#boardstxt ) we can define the new option to use a different ` postbuild.cmd ` :
33
+ [ ` boards.txt ` ] ( ../platform-specification.md#boardstxt ) we can define the new option to use a different
34
+ ` build.postbuild.cmd ` :
34
35
35
36
```
36
37
[...]
@@ -56,7 +57,7 @@ The security keys can be added with:
56
57
process.
57
58
58
59
It's suggested to use the property names mentioned before, because they can be overridden respectively with
59
- ` --keys-keychain ` , ` --sign-key ` and `` --encrypt-key` Arduino CLI [ compile flags] ( ../commands/arduino-cli_compile.md ) .
60
+ ` --keys-keychain ` , ` --sign-key ` and ` --encrypt-key ` Arduino CLI [ compile flags] ( ../commands/arduino-cli_compile.md ) .
60
61
61
62
For example, by using the following command, the sketch is compiled and the resulting binary is signed and encrypted
62
63
with the specified keys located in ` /home/user/Arduino/keys ` directory:
You can’t perform that action at this time.
0 commit comments