Skip to content

Commit a6c2e2c

Browse files
committed
Add message explaining how to fix the error occurred creating MCUboot files
1 parent 1c8fad9 commit a6c2e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ void setupMCUBootOTAData() {
222222

223223
int err = ota_data_fs.reformat(&ota_data);
224224
if (err) {
225-
Serial.println("Error creating MCUboot files in OTA partition");
225+
Serial.println("Error creating MCUboot files in OTA partition.");
226+
Serial.println("Run QSPIformat.ino sketch to format the QSPI flash and fix the issue.");
226227
}
227228

228229
FILE* fp = fopen("/fs/scratch.bin", "wb");

0 commit comments

Comments
 (0)