You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/boards/portenta-x8/tutorials/image-flashing/content.md
+44-40Lines changed: 44 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ difficulty: intermediate
6
6
tags:
7
7
- Embedded Linux
8
8
- Flashing
9
-
- Foundries.io
10
9
author: 'Pablo Marquínez'
11
10
hardware:
12
11
- hardware/04.pro/boards/portenta-x8
13
12
---
14
13
15
14
## Overview
16
15
17
-
In this tutorial you will see how to manually flash your Portenta X8 with the image that is provided by Foundries.io through USB using the Terminal.
16
+
In this tutorial you will see how to manually flash your Portenta X8 with the image that is provided by Arduino. You will flash your board through USB using the Terminal.
17
+
The instructions below are meant to be used with a Windows Operating System.
18
18
19
-
***Attention: We encourage you to check every now and then if the device image version is up to date in order to have the latest bootloader, please check the release section of the [lmp-manifest repository](https://github.com/arduino/lmp-manifest/releases) and compare the target version number***
19
+
***Attention: We encourage you to check every now and then if the device image version is up-to-date in order to have the latest bootloader. Please check the release section of the [lmp-manifest repository](https://github.com/arduino/lmp-manifest/releases) and compare the target version number***
20
20
21
21
## Goals
22
22
@@ -30,79 +30,83 @@ In this tutorial you will see how to manually flash your Portenta X8 with the im
30
30
- USB-C to USB-A or USB-C to USB-C
31
31
- Portenta X8
32
32
- Portenta Breakout Board or Portenta Max Carrier
33
-
- Arduino Create account
34
-
- Arduino Pro Cloud Subscription. [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud).
35
-
- Foundries.io account (linked with the Pro Cloud subscription)
36
-
- FoundriesFactory® ([Check the Getting Started tutorial](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box))
37
-
- 1 Device already attached to your factory ([Check the Getting Started tutorial](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box))
38
33
39
34
## Instructions
40
35
41
36
### Get the Required Files
42
37
43
-
Required files following this structure:
38
+
#### Arduino's GitHub Repository
39
+
40
+
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.
41
+
42
+
While we were writing this tutorial the available version was `456`, but you will probably find a more recent version in the future.
43
+
44
+
Click on the file `456.tar.gz` (or newer) and download it to your computer.
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.
59
-
60
-
#### Through Foundries.io
61
-
62
-
Open your FoundriesFactory®.
59
+
Then unzip `mfgtool-files-portenta-x8.tar.gz` and `lmp-partner-arduino-image-portenta-x8.wic.gz` make sure the .wic is on the unzipped folder in the main directory.
At this point, set back the DIP switches to OFF position.
102
+
103
+
Unplug and then plug-in again the Portenta X8 to your computer.
101
104
102
-
Unplug and then plug in the Portenta X8 to your computer.
105
+
***After booting you will need to wait 10 secs until the Portenta X8 blue LED starts blinking. This means the boot was successful.***
103
106
104
-
***After booting you will need to wait 10 secs, until the Portenta X8 blue LED starts blinking, this means the boot was successful***
107
+
Now you can start using your Portenta X8 with the latest updates.
105
108
106
109
## Troubleshooting
107
110
108
-
- If you get an error while its flashing, make sure your USB is correctly plugged in. Re-plug your board and try to flash again, you may need few tries before the flashing is successful.
111
+
- If you get an error while it is flashing, make sure your USB is correctly plugged in. Re-plug your board and try to flash it again. You may need few trials before the flashing is successful.
112
+
- If you get an error related to permissions, try to launch the `uuu` command as Super User (`sudo`).
0 commit comments