Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portenta C33: Msd QSPI examples, mount both partition #137

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Sep 18, 2023

By default Portenta C33 QSPI flash is partitioned with this scheme

MBRBlockDevice::partition(root, 1, 0x0B, 0, 5 * 1024 * 1024);
MBRBlockDevice::partition(root, 2, 0x0B, 5 * 1024 * 1024, 16 * 1024 * 1024);

With this changes both partitions are mounted as mass storage. If user partition is formatted as LittleFS it will be skipped.

@pennam pennam changed the title Msd partitions Portenta C33: Msd QSPI examples, mount both partition Sep 18, 2023
@per1234 per1234 added the topic: documentation Related to documentation for the project label Sep 18, 2023
@facchinm facchinm merged commit d3536cc into arduino:main Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants