Skip to content

Commit f77dec5

Browse files
committed
Documentation update lmp-partner-arduino-image to lmp-factory-image
1 parent 9b3d4c2 commit f77dec5

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/assets/portenta-x8_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b relea
2323
echo Pulling git-repo files
2424
repo sync
2525

26-
# Build 'lmp-partner-arduino-image' image
26+
# Build 'lmp-factory-image' image. lmp-partner-arduino-image is now known as lmp-factory-image
2727
echo Building Portenta-X8 image
2828
DISTRO=lmp-xwayland MACHINE=portenta-x8 . setup-environment
2929
echo "ACCEPT_FSL_EULA = \"1\"" >> conf/local.conf
@@ -36,7 +36,7 @@ cd ..
3636
echo Building tools
3737
DISTRO=lmp-mfgtool MACHINE=portenta-x8 . setup-environment
3838
echo "ACCEPT_FSL_EULA = \"1\"" >> conf/local.conf
39-
echo "MFGTOOL_FLASH_IMAGE = \"lmp-partner-arduino-image\"" >> conf/local.conf
39+
echo "MFGTOOL_FLASH_IMAGE = \"lmp-factory-image\"" >> conf/local.conf
4040
bitbake mfgtool-files
4141

4242
echo Exit tools folder
@@ -52,7 +52,7 @@ cp -L build-lmp-mfgtool/deploy/images/portenta-x8/mfgtool-files-portenta-x8.tar.
5252
cp -L build-lmp-xwayland/deploy/images/portenta-x8/imx-boot-portenta-x8 $DEPLOY_FOLDER
5353
cp -L build-lmp-xwayland/deploy/images/portenta-x8/u-boot-portenta-x8.itb $DEPLOY_FOLDER
5454
cp -L build-lmp-xwayland/deploy/images/portenta-x8/sit-portenta-x8.bin $DEPLOY_FOLDER
55-
cp -L build-lmp-xwayland/deploy/images/portenta-x8/lmp-partner-arduino-image-portenta-x8.wic $DEPLOY_FOLDER
55+
cp -L build-lmp-xwayland/deploy/images/portenta-x8/lmp-factory-image-portenta-x8.wic $DEPLOY_FOLDER
5656

5757
cd $DEPLOY_FOLDER
5858
tar xvf mfgtool-files-portenta-x8.tar.gz

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Choose the appropriate distribution with the command below:
152152
DISTRO=lmp-xwayland MACHINE=portenta-x8 . setup-environment
153153
```
154154

155-
***Support for `lmp-partner-arduino-image` is anticipated to improve continuously.***
155+
***Support for `lmp-factory-image` is anticipated to improve continuously. Starting from image __version 888__, _`lmp-partner-arduino-image`_ is now known as __`lmp-factory-image`__.***
156156

157157
Following the environment setup, the process will navigate to a new directory. Here, accept the EULA with:
158158

@@ -169,7 +169,7 @@ The setup completion should resemble the output shown here:
169169
Start the image build with Bitbake using:
170170

171171
```bash
172-
bitbake lmp-partner-arduino-image
172+
bitbake lmp-factory-image
173173
```
174174

175175
***This process may take ~7 hours depending on the build host***
@@ -193,7 +193,7 @@ To flash your board, you will need to compile **lmp-mfgtool distro** to get addi
193193
cd ..
194194
DISTRO=lmp-mfgtool MACHINE=portenta-x8 . setup-environment
195195
echo "ACCEPT_FSL_EULA = \"1\"" >> conf/local.conf
196-
echo "MFGTOOL_FLASH_IMAGE = \"lmp-partner-arduino-image\"" >> conf/local.conf
196+
echo "MFGTOOL_FLASH_IMAGE = \"lmp-factory-image\"" >> conf/local.conf
197197
```
198198

199199
You should be able to see similar results as the following image when successful:
@@ -229,7 +229,7 @@ cp -L build-lmp-mfgtool/deploy/images/portenta-x8/mfgtool-files-portenta-x8.tar.
229229
cp -L build-lmp-xwayland/deploy/images/portenta-x8/imx-boot-portenta-x8 $DEPLOY_FOLDER
230230
cp -L build-lmp-xwayland/deploy/images/portenta-x8/u-boot-portenta-x8.itb $DEPLOY_FOLDER
231231
cp -L build-lmp-xwayland/deploy/images/portenta-x8/sit-portenta-x8.bin $DEPLOY_FOLDER
232-
cp -L build-lmp-xwayland/deploy/images/portenta-x8/lmp-partner-arduino-image-portenta-x8.wic $DEPLOY_FOLDER
232+
cp -L build-lmp-xwayland/deploy/images/portenta-x8/lmp-factory-image-portenta-x8.wic $DEPLOY_FOLDER
233233

234234
cd $DEPLOY_FOLDER
235235
tar xvf mfgtool-files-portenta-x8.tar.gz

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,27 @@ Please extract the files after you have downloaded the compressed file. The extr
4444
```
4545
Unzipped folder
4646
├── imx-boot-portenta-x8
47-
├── lmp-partner-arduino-image-portenta-x8.wic.gz **(Compressed)**
47+
├── lmp-factory-image-portenta-x8.wic.gz **(Compressed)**
4848
├── mfgtool-files-portenta-x8.tar.gz **(Compressed)**
4949
├── sit-portenta-x8.bin
5050
└── u-boot-portenta-x8.itb
5151
```
5252

53-
After verifying these files are available, you will need to decompress `mfgtool-files-portenta-x8.tar.gz` and `lmp-partner-arduino-image-portenta-x8.wic.gz`. Please ensure the `.wic` is in the unzipped folder in the main directory. The folder structure should share a similar following layout.
53+
After verifying these files are available, you will need to decompress `mfgtool-files-portenta-x8.tar.gz` and `lmp-factory-image-portenta-x8.wic.gz`. Please ensure the `.wic` is in the unzipped folder in the main directory. The folder structure should share a similar following layout.
5454

5555
```
5656
Unzipped folder
5757
├── mfgtool-files-portenta-x8/
5858
├── imx-boot-portenta-x8
59-
├── lmp-partner-arduino-image-portenta-x8.wic
60-
├── lmp-partner-arduino-image-portenta-x8.wic.gz **(Compressed)**
59+
├── lmp-factory-image-portenta-x8.wic
60+
├── lmp-factory-image-portenta-x8.wic.gz **(Compressed)**
6161
├── mfgtool-files-portenta-x8.tar.gz **(Compressed)**
6262
├── sit-portenta-x8.bin
6363
└── u-boot-portenta-x8.itb
6464
```
6565

66+
***Starting from image version 888, _`lmp-partner-arduino-image-portenta-x8.wic.gz`_ is now known as __`lmp-factory-image-portenta-x8.wic.gz`__.***
67+
6668
### Setting the Portenta X8 to Flashing Mode
6769

6870
#### Flashing Mode with Carrier

0 commit comments

Comments
 (0)