Skip to content

[PC-1229] Portenta X8 - Firmware Download Links #995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions content/hardware/04.pro/boards/portenta-x8/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Suggested libraries">
<EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library">
The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation.
<EssentialsColumn title="Firmware Images">

<EssentialElement link="https://downloads.arduino.cc/portentax8image/399.tar.gz" title="v399 Firmware Version" type="library">
Download the v399 firmware for Portenta X8.
</EssentialElement>
<EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library">
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.

<EssentialElement link="https://downloads.arduino.cc/portentax8image/image-latest.tar.gz" title="Latest Firmware Version" type="library">
Download the latest firmware for Portenta X8 (Recommended).
</EssentialElement>


</EssentialsColumn>