Skip to content

Portenta X8: Flashing, getting the image from the GitHub repo #242

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
May 17, 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
Expand Up @@ -27,7 +27,7 @@ In this tutorial you will see how to manually flash your Portenta X8 with the im

- USB-C to USB-A or USB-C to USB-C
- Portenta X8
- Portenta Breakout Board <!-- or Portenta Max Carrier-->
- Portenta Breakout Board or Portenta Max Carrier
- Arduino Create account
- Arduino Pro Cloud Subscription. [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud).
- Foundries.io account (linked with the Pro Cloud subscription)
Expand All @@ -50,7 +50,15 @@ Root folder
└── u-boot-portenta-x8.itb
```

To get those files open your FoundriesFactory®.
To get those files:

#### Arduino's GitHub Repository

Go to the `lmp-manifest` [GitHub repository](https://github.com/arduino/lmp-manifest) and open the [releases](https://github.com/arduino/lmp-manifest/releases) section, there you will find a compressed `.tar.gz` with all the required files.

#### Through Foundries

Open your FoundriesFactory®.

![Foundries.io factories dashboard](assets/foundries-factories.png)

Expand Down