We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3096f09 commit 6892504Copy full SHA for 6892504
libraries/MCUboot/examples/enableSecurity/enableSecurity.ino
@@ -48,6 +48,8 @@ void setup() {
48
Serial.println("Do you want to proceed loading the default keys? Y/[n]");
49
writeKeys = waitResponse();
50
}
51
+ } else {
52
+ Serial.println("Security features not available for this bootloader version. Please update it using STM32H747_manageBootloader sketch");
53
54
55
if (writeKeys) {
0 commit comments