Skip to content

Commit c18bbca

Browse files
committed
add link to external resource to provide a quick explanation of the reason for an Arduino boards platform developer to add a "secure boot" capability
1 parent 06f4beb commit c18bbca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/secure-boot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Secure Boot
22

3-
A "secure boot" capability may be offered by Arduino boards platforms.
3+
A ["secure boot"](https://www.keyfactor.com/blog/what-is-secure-boot-its-where-iot-security-starts/) capability may be
4+
offered by Arduino boards platforms.
45

56
The compiled sketch is signed and encrypted by a [tool](../platform-specification.md#tools) before being flashed to the
67
target board. The bootloader of the board is then responsible for starting the compiled sketch only if the matching keys

0 commit comments

Comments
 (0)