You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
16
16
2. Check compatibility with your platform
17
17
3. To use internal storage, you need to make sure it is partitioned and formatted correctly:
18
18
19
-
### Formatting the Portenta H7 Internal Storage
20
-
* Flash the `QSPIFormat` example that can be found in the `STM32H747_System` folder (For Portenta H7/Opta/Giga)
19
+
### Formatting the Portenta H7 / Portenta Machine Control / Opta Internal Storage
20
+
* Flash the `QSPIFormat` example that can be found in the `STM32H747_System` folder
21
21
* Open the serial monitor and select answer with "n" when this appears "Do you want to use partition scheme 1? Y/[n]"
22
22
* The sketch will warn you that the content of the QSPI flash will be erased. Answer with "Y".
23
23
* When asked if you'd like to use LittleFS on the data partition, select "n". Most of the examples assume that the drive is formatted as FAT. You can use the library to format to LittleFS later.
0 commit comments