Skip to content

Commit 2a9b5f3

Browse files
committed
Content minor update post-revision
1 parent f520206 commit 2a9b5f3

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/08.memory-partitioning

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In the Arduino IDE, you need to install the core for *Opta™*. To do this, go t
6464

6565
For the *Portenta Machine Control*, in the __Boards Manager__ tab, search for `portenta` and install the latest `Arduino Mbed OS Portenta Boards` core version.
6666

67-
We are now ready to compile and upload Arduino sketches to an Opta™ using the Arduino IDE.
67+
We are now ready to compile and upload Arduino sketches to an Opta™ or a Portenta Machine Control using the Arduino IDE.
6868

6969
***Memory partitioning of an Opta™ or a Portenta Machine Control should use the latest core and libraries to ensure the system is up-to-date with the intended default configuration.***
7070

@@ -632,7 +632,7 @@ void printProgress(uint32_t offset, uint32_t size, uint32_t threshold, bool rese
632632
}
633633
```
634634

635-
***If you encounter an error during the compilation process, **please ensure both the script and certificate files are in the same folder**. The certificate file is crucial for the memory partitioning process. The complete sketch and the certificate files can be downloaded [here](assets/memory_partitioning.zip).***
635+
***If you encounter an error during the compilation process, __please ensure both the script and certificate files are in the same folder__. The certificate file is crucial for the memory partitioning process. The complete sketch and the certificate files can be downloaded [here](assets/memory_partitioning.zip).***
636636

637637
Once the memory partition code is uploaded, wait for the process to finish. The upload target for the Portenta Machine Control is `Arduino Portenta H7`, which will be automatically detected by the Arduino IDE.
638638

0 commit comments

Comments
 (0)