We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8fad9 commit a6c2e2cCopy full SHA for a6c2e2c
libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino
@@ -222,7 +222,8 @@ void setupMCUBootOTAData() {
222
223
int err = ota_data_fs.reformat(&ota_data);
224
if (err) {
225
- Serial.println("Error creating MCUboot files in OTA partition");
+ 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.");
227
}
228
229
FILE* fp = fopen("/fs/scratch.bin", "wb");
0 commit comments