Skip to content

Commit fa45425

Browse files
Merge pull request #995 from arduino/sync/jorgetrujilloroman/portenta-x8/dropdown-links
[PC-1229] Portenta X8 - Firmware Download Links
2 parents bff1440 + 061cb1c commit fa45425

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/hardware/04.pro/boards/portenta-x8/essentials.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@
1616
</EssentialElement>
1717
</EssentialsColumn>
1818

19-
<EssentialsColumn title="Suggested libraries">
20-
<EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library">
21-
The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation.
19+
<EssentialsColumn title="Firmware Images">
20+
21+
<EssentialElement link="https://downloads.arduino.cc/portentax8image/399.tar.gz" title="v399 Firmware Version" type="library">
22+
Download the v399 firmware for Portenta X8.
2223
</EssentialElement>
23-
<EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library">
24-
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
24+
25+
<EssentialElement link="https://downloads.arduino.cc/portentax8image/image-latest.tar.gz" title="Latest Firmware Version" type="library">
26+
Download the latest firmware for Portenta X8 (Recommended).
2527
</EssentialElement>
28+
29+
2630
</EssentialsColumn>

0 commit comments

Comments
 (0)