@@ -45,23 +45,36 @@ Click on the file `456.tar.gz` (or newer) and download it to your computer.
45
45
46
46
![ lpm-manifest repository overview] ( assets/lpm-manifest-overview.png )
47
47
48
- After downloading it, uncompress it and uncompress the file ` mfgtool-files-portenta-x8.tar.gz ` .
49
- You will get a structure like the following:
48
+ Then After downloading it, unzip it, you will get a structure like the following:
50
49
51
50
```
52
- Root folder
51
+ Unzipped folder
53
52
├── imx-boot-portenta-x8
54
53
├── lmp-partner-arduino-image-portenta-x8.wic.gz **(Compressed)**
55
54
├── mfgtool-files-portenta-x8.tar.gz **(Compressed)**
56
55
├── sit-portenta-x8.bin
57
56
└── u-boot-portenta-x8.itb
58
57
```
59
58
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.
60
+
61
+ It needs to be like:
62
+ ```
63
+ Unzipped folder
64
+ ├── mfgtool-files-portenta-x8/
65
+ ├── imx-boot-portenta-x8
66
+ ├── lmp-partner-arduino-image-portenta-x8.wic
67
+ ├── lmp-partner-arduino-image-portenta-x8.wic.gz **(Compressed)**
68
+ ├── mfgtool-files-portenta-x8.tar.gz **(Compressed)**
69
+ ├── sit-portenta-x8.bin
70
+ └── u-boot-portenta-x8.itb
71
+ ```
72
+
60
73
### Set the Portenta X8 to Flashing Mode
61
74
62
75
Plug your Porenta X8 into your carrier (e.g. Portenta Breakout carrier or Portenta Max Carrier).
63
76
64
- Place both DIP switches to the ON position.
77
+ Place both DIP switches to the ON position.
65
78
66
79
On the Portenta Max Carrier the DIP switches are identified by a label ` BOOT SEL ` and ` BOOT ` as shown in figure.
67
80
@@ -77,7 +90,7 @@ You will see a new connected device called `SE Blank M845S`.
77
90
78
91
### Flash the Device
79
92
80
- Open a terminal and change the directory (` cd ` ) to your root folder where ` mfgtool-files-portenta-x8 ` file is located.
93
+ Open a terminal and change the directory (` cd ` ) to the folder where ` mfgtool-files-portenta-x8 ` file is located.
81
94
82
95
Use the ` uuu full_image.uuu ` command.
83
96
0 commit comments