Skip to content

Commit 5a78cec

Browse files
committed
MATTER-3235-2 Fix some typoes
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>
1 parent fa6c0f2 commit 5a78cec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following Matter related binaries will be installed into the Yocto image roo
3333
- chip-lighting-app-trusty: Matter lighting app with enhanced security on i.MX8M Mini
3434
- chip-all-clusters-app: Matter all-clusters demo
3535
- thermostat-app: Matter thermostat demo
36-
- nxp-thermostat-app: NXP customized thermostat application which used for Matter Certification
36+
- nxp-thermostat-app: NXP customized thermostat application which is used for Matter Certification
3737
- nxp-thermostat-app-trusty: NXP customized thermostat application with enhanced security on i.MX8M Mini
3838
- chip-bridge-app: Matter bridge demo
3939
- imx-chip-bridge-app: NXP customized Zigbee bridge application
@@ -60,7 +60,7 @@ The following Matter related binaries will be installed into the Yocto image roo
6060

6161
# i.MX MPU Matter platform
6262

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).
6464

6565
<a name="How-to-build-the-Yocto-image"></a>
6666

@@ -143,7 +143,7 @@ After execution of previous commands, the Yocto images will be generated:
143143
- ${MY_YOCTO}/bld-xwayland-imx91/tmp/deploy/images/imx91evk-iwxxx-matter/imx-image-multimedia-imx91evk-iwxxx-matter.wic.zst for i.MX91 EVK.
144144
- ${MY_YOCTO}/bld-xwayland-imx91qsb/tmp/deploy/images/imx91qsb-iwxxx-matter/imx-image-multimedia-imx91qsb-iwxxx-matter.wic.zst for i.MX91 QSB.
145145

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

148148
# For i.MX93 FRDM and i.MX93 EVK:
149149
$ cp ${MY_YOCTO}/bld-xwayland-imx93/tmp/deploy/images/imx93evk-iwxxx-matter/imx-image-multimedia-imx93evk-iwxxx-matter.wic.zst ${MY_images}
@@ -163,7 +163,7 @@ The zst images are symbolic link files, so you should copy them to a dedicated f
163163
# For i.MX91 QSB:
164164
$ cp ${MY_YOCTO}/bld-xwayland-imx91qsb/tmp/deploy/images/imx91qsb-iwxxx-matter/imx-image-multimedia-imx91qsb-iwxxx-matter.wic.zst ${MY_images}
165165

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

168168
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.
169169

@@ -221,7 +221,7 @@ ___Before flashing the image, follow the prompts on the board to put the board i
221221
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).
222222

223223
__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.
225225

226226
u-boot=> print fdtfile
227227
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
269269
$ sudo tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-cortexa7t2hf-neon-imx6ullevk-toolchain-6.12-styhead.sh
270270

271271
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.___
273273

274274
NXP i.MX Release Distro SDK installer version 6.12-styhead
275275
============================================================
@@ -296,7 +296,7 @@ Fetch the latest otbr source code and execute the build for OTBR:
296296
$ mkdir ${PROTOC_DIR}
297297
$ cd ${PROTOC_DIR}
298298
$ wget https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-linux-x86_64.zip
299-
$ unzip protoc-25.-linux-x86_64.zip
299+
$ unzip protoc-25.3-linux-x86_64.zip
300300
$ cd ../ot-br-posix
301301

302302
# For i.MX8M Mini EVK and i.MX8ULP EVK
@@ -350,7 +350,7 @@ Please rename the ot-ctl to ot-client-ctl and then copy ot-daemon and ot-client-
350350

351351
<a name="How-to-setup-OTBR-OT"></a>
352352

353-
# How to setup OpenThread Border Router and Openther Deamon on the target
353+
# How to setup OpenThread Border Router and OpenThread Daemon on the target
354354

355355
Use below commands to connect the OTBR to the Wi-Fi access point:
356356

0 commit comments

Comments
 (0)