8000 README fix enableSecurity.inoSketch link · arduino/mcuboot-arduino-stm32h7@2ee552c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ee552c

Browse files
authored
README fix enableSecurity.inoSketch link
1 parent 370dce2 commit 2ee552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If signing and encryption keys are not stored in flash alongside MCUboot, the Sk
3838
By default signature verification and encryption support are disabled. To enable them you have to write your signature and encryption keys inside your board.
3939
In this project MCUboot is configured to support `ecdsa-p256` keys for both signature and encryption.
4040

41-
To write the default keys in flash you can use this [Sketch](https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino)
41+
To write the default keys in flash you can use this [Sketch](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/MCUboot/examples/enableSecurity/enableSecurity.ino)
4242

4343
:warning: WARNING :warning: The default keys are public therefore is not safe to use them for production, they are included only for evaluation purpose.
4444

0 commit comments

Comments
 (0)
0