Skip to content

Commit 6892504

Browse files
committed
Add print if bootloader does not support security features
1 parent 3096f09 commit 6892504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/MCUboot/examples/enableSecurity/enableSecurity.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ void setup() {
4848
Serial.println("Do you want to proceed loading the default keys? Y/[n]");
4949
writeKeys = waitResponse();
5050
}
51+
} else {
52+
Serial.println("Security features not available for this bootloader version. Please update it using STM32H747_manageBootloader sketch");
5153
}
5254

5355
if (writeKeys) {

0 commit comments

Comments
 (0)