Skip to content

Commit dbefc85

Browse files
committed
Minor content changes
1 parent e0397fb commit dbefc85

File tree

1 file changed

+18
-5
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/image-flashing

1 file changed

+18
-5
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/image-flashing/content.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,36 @@ Click on the file `456.tar.gz` (or newer) and download it to your computer.
4545

4646
![lpm-manifest repository overview](assets/lpm-manifest-overview.png)
4747

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:
5049

5150
```
52-
Root folder
51+
Unzipped folder
5352
├── imx-boot-portenta-x8
5453
├── lmp-partner-arduino-image-portenta-x8.wic.gz **(Compressed)**
5554
├── mfgtool-files-portenta-x8.tar.gz **(Compressed)**
5655
├── sit-portenta-x8.bin
5756
└── u-boot-portenta-x8.itb
5857
```
5958

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+
6073
### Set the Portenta X8 to Flashing Mode
6174

6275
Plug your Porenta X8 into your carrier (e.g. Portenta Breakout carrier or Portenta Max Carrier).
6376

64-
Place both DIP switches to the ON position.
77+
Place both DIP switches to the ON position.
6578

6679
On the Portenta Max Carrier the DIP switches are identified by a label `BOOT SEL` and `BOOT` as shown in figure.
6780

@@ -77,7 +90,7 @@ You will see a new connected device called `SE Blank M845S`.
7790

7891
### Flash the Device
7992

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.
8194

8295
Use the `uuu full_image.uuu` command.
8396

0 commit comments

Comments
 (0)