Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f520206

Browse files
committedAug 2, 2024·
Content minor update post-revision
1 parent f4cae6f commit f520206

File tree

1 file changed

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

1 file changed

+4
-2
lines changed
 

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,13 @@ void printProgress(uint32_t offset, uint32_t size, uint32_t threshold, bool rese
634634

635635
***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

637-
Once the memory partition code uploads, wait for it to complete its process. It should display similar results in the Arduino IDE's Serial Monitor as the Opta™.
637+
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.
638+
639+
The Arduino IDE's Serial Monitor should display memory partition results similar to those of the Opta™.
638640

639641
![Memory partitioning results of the Portenta Machine Control as shown in the Arduino IDE's Serial Monitor](assets/arduino-ide-4.png)
640642

641-
You will then be ready to use the full functionalities of the Portenta Machine Control with the Arduino IDE.
643+
After this, you will be ready to use the full functionalities of the Portenta Machine Control with the Arduino IDE.
642644

643645
## Conclusion
644646

0 commit comments

Comments
 (0)
Please sign in to comment.