You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public signing key and the private encryption key have to be written in flash at this addresses:
52
52
```
@@ -55,8 +55,8 @@ encrypt key @ 0x8000400
55
55
```
56
56
To get this data from the generated pem files with imgtool:
57
57
```
58
-
imgtool getpub -k ecsdsa-p256-signing-key.pem
59
-
imgtool getpriv -k ecsdsa-p256-encrypt-key.pem
58
+
imgtool getpub -k ecdsa-p256-signing-key.pem
59
+
imgtool getpriv -k ecdsa-p256-encrypt-key.pem
60
60
```
61
61
Copy and paste the key data in this [Sketch](https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino) and run it to flash the keys alongside the bootloader.
0 commit comments