Skip to content

Updated Portenta H7 quickstart guide #97

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 2 commits into from
Mar 25, 2022
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Installing Mbed OS Portenta boards
compatible-products: [portenta-h7]
compatible-products: [portenta-h7, portenta-h7-lite, portenta-h7-lite-connected]
difficulty: easy
description: 'A step-by-step guide to install the core needed for the Portenta boards.'
author: 'Benjamin Dannegård'
Expand All @@ -14,10 +14,14 @@ This tutorial uses the **Arduino IDE**. You can download the editor easily from

If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor).

***IMPORTANT: In bootloader versions 22 and older there was a bug that could cause the board to get stuck in boot mode. This was fixed in the latest bootloader version. Make sure you update the bootloader as explained in the ["Updating the Portenta Bootloader"](https://docs.arduino.cc/tutorials/portenta-h7/por-ard-bl) tutorial***

### Boards using the Mbed core

- [Arduino Portenta H7](https://store.arduino.cc/portenta-h7)
- [Arduino Portenta Machine Control](https://store.arduino.cc/portenta-machine-control)
- [Arduino Portenta H7 Lite](https://store.arduino.cc/products/portenta-h7-lite)
- [Arduino Portenta H7 Lite Connected](https://store.arduino.cc/products/portenta-h7-lite-connected)

### Downloading and installing

Expand Down