Skip to content

Commit 5ce68d8

Browse files
committed
Tutorial content update & symlink patch
1 parent 9c237f1 commit 5ce68d8

File tree

2 files changed

+2
-4
lines changed
  • content/hardware
    • 05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials
    • 07.opta/opta-family/opta/tutorials/08.memory-partitioning

2 files changed

+2
-4
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/memory-partitioning

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'Memory Partitioning for Use with the Arduino IDE'
33
description: "Learn how to partition the memory of an Opta™ or a Portenta Machine Control to be used with the Arduino® ecosystem tools."
4-
54
difficulty: beginner
65
tags:
76
- Opta
@@ -19,7 +18,7 @@ hardware:
1918

2019
## Overview
2120

22-
The Opta™ is a secure, easy-to-use micro Programmable Logic Controller (PLC) with Industrial Internet of Things (IIoT) capabilities. The Portenta Machine Control is a centralized, energy-efficient industrial control unit capable of operating equipment and machinery. Both devices can be programmed with the [Arduino PLC IDE](https://www.arduino.cc/pro/software-plc-ide/), a tool that simplifies programming the device through any of the five programming languages defined by the IEC 61131-3 standard.
21+
The **Opta™** is a secure, easy-to-use micro Programmable Logic Controller (PLC) with Industrial Internet of Things (IIoT) capabilities. The **Portenta Machine Control** is a centralized, energy-efficient industrial control unit capable of operating equipment and machinery. Both devices can be programmed with the [Arduino PLC IDE](https://www.arduino.cc/pro/software-plc-ide/), a tool that simplifies programming the device through any of the five programming languages defined by the IEC 61131-3 standard.
2322

2423
The Opta™ and the Portenta Machine Control can also be programmed with other tools from the Arduino ecosystem, such as the [Arduino IDE](https://www.arduino.cc/en/software) and the Arduino programming language. Suppose we are using Opta™ with the Arduino PLC IDE and want to start programming the device using the Arduino IDE and the rest of the Arduino ecosystem tools. In that case, we need to partition the device's memory to enable all available features. This applies to the Portenta Machine Control as well.
2524

@@ -58,7 +57,7 @@ Now, we will guide the process of partitioning an Opta™'s memory to enable the
5857

5958
### Setting Up the Arduino IDE
6059

61-
This tutorial requires the latest version of the Arduino IDE, which can be downloaded [here](https://www.arduino.cc/en/software). In the Arduino IDE, you need to install the core for Opta™ devices. To do this, go to T**Tools > Board > Boards Manager** or click the **Boards Manager** icon in the left tab of the IDE. In the **Boards Manager** tab, search for `opta` and install the latest `Arduino Mbed OS Opta Boards` version.
60+
This tutorial requires the latest version of the Arduino IDE, which can be downloaded [here](https://www.arduino.cc/en/software). In the Arduino IDE, you need to install the core for Opta™ devices. To do this, go to **Tools > Board > Boards Manager** or click the **Boards Manager** icon in the left tab of the IDE. In the **Boards Manager** tab, search for `opta` and install the latest `Arduino Mbed OS Opta Boards` version.
6261

6362
![Installing the Opta™ core in the Arduino IDE bootloader](assets/arduino-ide-1.png)
6463

0 commit comments

Comments
 (0)