Skip to content

Commit 94d110f

Browse files
committed
Clarify instructions for STM32 boards. Remove GIGA
1 parent d72391f commit 94d110f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
1616
2. Check compatibility with your platform
1717
3. To use internal storage, you need to make sure it is partitioned and formatted correctly:
1818

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
2121
* Open the serial monitor and select answer with "n" when this appears "Do you want to use partition scheme 1? Y/[n]"
2222
* The sketch will warn you that the content of the QSPI flash will be erased. Answer with "Y".
2323
* 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

Comments
 (0)