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
Fix some typoes in README.
Change-Id: Ib6f1089910b35cb49e972cc0be92339d91c5c021
Signed-off-by: Junmeng Li <junmeng.li_1@nxp.com>
Reviewed-on: http://androidsource.nxp.com/project/27805
Reviewed-by: Elven Wang <elven.wang@nxp.com>
@@ -60,7 +60,7 @@ The following Matter related binaries will be installed into the Yocto image roo
60
60
61
61
# i.MX MPU Matter platform
62
62
63
-
We currently support 7 i.MX MPU platforms, which are the i.MX93 FRDM, the i.MX93 EVK, the i.MX8M Mini EVK, the i.MX6ULL EVK, the i.MX8ULP EVK, the i.MX91 EVK and the i.MX91 QSB,. For more details, please refer to the [NXP i.MX MPU Matter Platform](https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/mpu-linux-hosted-matter-development-platform:MPU-LINUX-MATTER-DEV-PLATFORM).
63
+
We currently support 7 i.MX MPU platforms, which are the i.MX93 FRDM, the i.MX93 EVK, the i.MX8M Mini EVK, the i.MX6ULL EVK, the i.MX8ULP EVK, the i.MX91 EVK and the i.MX91 QSB. For more details, please refer to the [NXP i.MX MPU Matter Platform](https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/mpu-linux-hosted-matter-development-platform:MPU-LINUX-MATTER-DEV-PLATFORM).
64
64
65
65
<aname="How-to-build-the-Yocto-image"></a>
66
66
@@ -143,7 +143,7 @@ After execution of previous commands, the Yocto images will be generated:
143
143
- ${MY_YOCTO}/bld-xwayland-imx91/tmp/deploy/images/imx91evk-iwxxx-matter/imx-image-multimedia-imx91evk-iwxxx-matter.wic.zst for i.MX91 EVK.
144
144
- ${MY_YOCTO}/bld-xwayland-imx91qsb/tmp/deploy/images/imx91qsb-iwxxx-matter/imx-image-multimedia-imx91qsb-iwxxx-matter.wic.zst for i.MX91 QSB.
145
145
146
-
The zst images are symbolic link files, so you should copy them to a dedicated folder ${MY_images} before unziping them.
146
+
The zst images are symbolic link files, so you should copy them to a dedicated folder ${MY_images} before unzipping them.
You can use the zstd and dd commands to flash the images to a microSD card for i.MX93 FRDM, i.MX93 EVK, i.MX 8M Mini EVK, i.MX6ULL EVK, i.MX91 EVK and i.MX91 QSB. You can also use the [Universal Update Utility](https://github.com/nxp-imx/mfgtools) to flash the images for all 7 boards. The i.MX8ULP EVK supports only booting from EMMC, not from mircoSD. Other platfroms support both booting from EMMC and mircoSD images.
166
+
You can use the zstd and dd commands to flash the images to a microSD card for i.MX93 FRDM, i.MX93 EVK, i.MX 8M Mini EVK, i.MX6ULL EVK, i.MX91 EVK and i.MX91 QSB. You can also use the [Universal Update Utility](https://github.com/nxp-imx/mfgtools) to flash the images for all 7 boards. The i.MX8ULP EVK supports only booting from EMMC, not from microSD. Other platforms support both booting from EMMC and microSD images.
167
167
168
168
For use with the zstd and dd command method, please use the zstd command to unzip this .zst archive, and then use the dd command to program the output file to a microSD card.
169
169
@@ -221,7 +221,7 @@ ___Before flashing the image, follow the prompts on the board to put the board i
221
221
The prebuilt images for i.MX93 FRDM, i.MX93 EVK, i.MX8M Mini EVK, i.MX6ULL EVK, i.MX8ULP EVK, i.MX91 EVK and i.MX91 QSB can be downloaded from [NXP i.MX MPU Matter Platform](https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/mpu-linux-hosted-matter-development-platform:MPU-LINUX-MATTER-DEV-PLATFORM).
222
222
223
223
__Note: For i.MX93 FRDM, it is essential to modify the fdtfile for it to work properly.__
224
-
You should enter uboot mode and run follow commands to set the fdtfile, save fdtfile setting, and boot the board.
224
+
You should enter uboot mode and run the following commands to set the fdtfile, save fdtfile setting, and boot the board.
225
225
226
226
u-boot=> print fdtfile
227
227
fdtfile=imx93-11x11-evk-ffu_gpio_irq.dtb
@@ -269,7 +269,7 @@ Then, install the Yocto SDK, by running the SDK installation script with root pe
The SDK installation directory will be prompted during the SDK installation; user can specify the installation directory, or keep the default one \${/opt/fsl-imx-xwayland/}.
272
-
___Please use board specific paths if you need to build the SDK for several boards EVK; for exmaple, you can use /opt/fsl-imx-xwayland/6.12-styhead-imx8n9 for i.MX93 FRDM, i.MX93 EVK, i.MX8M Mini EVK, i.MX8ULP EVK, i.MX91 EVK and i.MX91 QSB, /opt/fsl-imx-xwayland/6.12-styhead-imx6ull for i.MX6ULL EVK.___
272
+
___Please use board specific paths if you need to build the SDK for several boards EVK; for example, you can use /opt/fsl-imx-xwayland/6.12-styhead-imx8n9 for i.MX93 FRDM, i.MX93 EVK, i.MX8M Mini EVK, i.MX8ULP EVK, i.MX91 EVK and i.MX91 QSB, /opt/fsl-imx-xwayland/6.12-styhead-imx6ull for i.MX6ULL EVK.___
273
273
274
274
NXP i.MX Release Distro SDK installer version 6.12-styhead
0 commit comments