8000
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.
2 parents 1c8fad9 + a6c2e2c commit d00b77cCopy full SHA for d00b77c
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