Skip to content

Commit b256146

Browse files
committed
Tutorial content update
1 parent e042bc8 commit b256146

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/08.memory-partitioning/content.md

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: 'Opta™ Memory Partitioning for Use with the Arduino IDE'
3-
description: "Learn how to partition the memory of an Opta™ device to be used with the Arduino® ecosystem tools."
2+
title: 'Memory Partitioning for Use with the Arduino IDE'
3+
description: "Learn how to partition the memory of an Opta™ or a Portenta Machine Control to be used with the Arduino® ecosystem tools."
44

55
difficulty: beginner
66
tags:
77
- Opta
8+
- PMC
89
- Memory partitioning
910
- Arduino IDE
1011
author: 'José Bagur and Taddy Chung'
1112
software:
1213
- ide-v1
1314
- ide-v2
1415
hardware:
16+
- hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control
1517
- hardware/07.opta/opta-family/opta
1618
---
1719

@@ -42,7 +44,7 @@ In this tutorial, we will learn how to partition the memory of an Opta™ device
4244
### Software Requirements
4345

4446
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor)
45-
- [The memory partitioning sketch and the certificates file](assets/opta_memory_partitioning.zip)
47+
- [The memory partitioning sketch and the certificates file](assets/memory_partitioning.zip)
4648

4749
## Memory Partitioning
4850

@@ -60,25 +62,16 @@ This tutorial requires the latest version of the Arduino IDE; we can download it
6062

6163
Now we are ready to start compiling and uploading Arduino sketches to an Opta™ device using the Arduino IDE.
6264

63-
***Memory partitioning of an Opta™ should be done using the latest core and libraries to ensure the system is up-to-date with the intended default configuration.***
65+
***Memory partitioning of an Opta™ or a Portenta Machine Control should be done using the latest core and libraries to ensure the system is up-to-date with the intended default configuration.***
6466

6567
### Partitioning Memory of an Opta™ Device
6668

6769
The sketch below will guide us through partitioning the memory of an Opta™ device.
6870

69-
***The complete sketch and the certificates file can be downloaded [__here__](assets/opta_memory_partitioning.zip). __ Please remember to store both files in the same folder__.***
71+
***The complete sketch and the certificates file can be downloaded [__here__](assets/memory_partitioning.zip). __ Please remember to store both files in the same folder__.***
7072

7173

7274
```arduino
73-
/**
74-
Opta memory partitioning
75-
Name: opta_memory_partitioning.ino
76-
Purpose: Partition the memory of an Opta device
77-
78-
@author Arduino PRO team
79-
@version 1.0 04/04/22
80-
*/
81-
8275
// Include necessary libraries for working
8376
#include <BlockDevice.h>
8477
#include <FATFileSystem.h>
@@ -356,6 +349,6 @@ If everything is correct, you should see a success message in the Serial Monitor
356349

357350
## Conclusion
358351

359-
In this tutorial, we successfully partitioned the memory of an Opta™ device, enabling its full range of functionalities to be programmed using Arduino ecosystem tools such as the Arduino IDE and the Arduino programming language. We walked through initializing and erasing the QSPI Flash memory, partitioning and formatting the memory, and writing the Wi-Fi firmware and certificate data onto the device's memory.
352+
In this tutorial, we successfully partitioned the memory of an Opta™ or a Portenta Machine Control, enabling its full range of functionalities to be programmed using Arduino ecosystem tools such as the Arduino IDE and the Arduino programming language. We walked through initializing and erasing the QSPI Flash memory, partitioning and formatting the memory, and writing the Wi-Fi firmware and certificate data onto the device's memory.
360353

361354
As you move forward, you can explore the extensive Arduino ecosystem, leverage various libraries and hardware add-ons, and create powerful, connected, and secure industrial solutions using the Opta™. Check out our [Opta™ User Manual](/tutorials/opta/user-manual) to learn more about its hardware and software features.

0 commit comments

Comments
 (0)