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: content/hardware/07.opta/opta-family/opta/tutorials/08.memory-partitioning/content.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,10 @@ This tutorial requires the latest version of the Arduino IDE; we can download it
56
56
57
57

58
58
59
-
60
59
Now we are ready to start compiling and uploading Arduino sketches to an Opta™ device using the Arduino IDE.
61
60
61
+
***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.***
62
+
62
63
### Partitioning Memory of an Opta™ Device
63
64
64
65
The sketch below will guide us through partitioning the memory of an Opta™ device. The complete sketch and the certificates file can be downloaded [here](assets/opta_memory_partitioning.zip). **Remember to store both files in the same folder**.
@@ -76,7 +77,7 @@ If you have the correct IDE software, its name should include the version format
76
77
77
78
Run the Arduino PLC IDE installer after verifying that the installer naming scheme follows the above software nomenclature. It helps ensure the software package is legitimate and the latest version available.
78
79
79
-
***During the installation, you may notice several terminal windows opening automatically. These are necessary for the installation process to load all required resources onto your computer successfully, so there is no need to be concerned.***
80
+
***__To ensure a smooth and reliable installation, it is recommended to temporarily disable any antivirus software and run the installation with administrative privileges.__During the installation, you may notice several terminal windows opening automatically. These are necessary for the installation process to load all required resources onto your computer successfully, so there is no need to be concerned.***
80
81
81
82
The installation process starts with a window that prompts you to begin. Click **Install** to proceed:
82
83
@@ -106,7 +107,7 @@ Once the installation is finished, a message will appear confirming the successf
106
107
107
108

108
109
109
-
***If you encounter any issues, restarting your computer can help ensure that all drivers, libraries, and dependencies are properly integrated and updated with the IDE installation.***
110
+
***If you encounter any issues using the software after installation, restarting your computer can help ensure that all drivers, libraries, and dependencies are properly integrated and updated with the IDE installation. Should the issue persist, you may retry the installation process by temporarily disabling any antivirus software and running the installation with administrative privileges if you haven’t had a chance to do that yet.***
110
111
111
112
Open the Arduino PLC IDE program, and the welcome screen will greet you.
0 commit comments